#836505

Color #836505 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #836505

Tints of Yukon Gold #836505

Color information

#836505 (or 0x836505) is unknown color: approx Yukon Gold. HEX triplet: 83, 65 and 05. RGB value is (131,101,5). Sum of RGB (Red+Green+Blue) = 131+101+5=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #836505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836505 is #7C9AFA. Grayscale: #636363. Windows color (decimal): -8166139 or 353667. OLE color: 353667.

HSL color Cylindrical-coordinate representation of color #836505: hue angle of 45.71º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #836505 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1311015-
CMYK00.230.960.49
HSL45.71º92.65%26.67%-
HSV(B)45.71º96.18%51.37%-
XYZ14.0414.142.13-
YUV99.0374.94150.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 55.27%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=55.27%
G=42.62%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131101500.230.960.4945.7192.6526.67
Hex8365501760312e5d1b
Octal2031455027140615613533
Binary1000001111001011010101111100000110001101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836505; }

 p { color: rgb(131,101,5); }

 H1.HeaderClassName
 {
   color: #836505;
 }
 .AnyTagClassName
 {
   color: #836505;
 }
</style>
background-color css

<style>
 a { background-color: #836505; }

 a { background-color: rgb(131,101,5); }

 div.DivClassName
 {
   background-color: #836505;
 }
 .BgClassName
 {
   background-color: #836505;
 }
</style>
border-color css

<style>
 span { border-color: #836505; }

 span { border-color: rgb(131,101,5); }

 td.TdClassName
 {
   border-color: #836505;
 }
 .TagClassName
 {
   border-color: #836505;
 }
</style>