#856618

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

Shades of Yukon Gold #856618

Tints of Yukon Gold #856618

Color information

#856618 (or 0x856618) is unknown color: approx Yukon Gold. HEX triplet: 85, 66 and 18. RGB value is (133,102,24). Sum of RGB (Red+Green+Blue) = 133+102+24=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #856618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856618 is #7A99E7. Grayscale: #666666. Windows color (decimal): -8034792 or 1599109. OLE color: 1599109.

HSL color Cylindrical-coordinate representation of color #856618: hue angle of 42.94º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #856618 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB13310224-
CMYK00.230.820.48
HSL42.94º69.43%30.78%-
HSV(B)42.94º81.95%52.16%-
XYZ14.5914.562.9-
YUV102.3883.77149.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 24 (9.77% from 255) = 9.27%
R=51.35%
G=39.38%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331022400.230.820.4842.9469.4330.78
Hex85661801752302b451f
Octal20514630027122605310537
Binary100001011100110110000101111010010110000101011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856618; }

 p { color: rgb(133,102,24); }

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

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

 a { background-color: rgb(133,102,24); }

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

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

 span { border-color: rgb(133,102,24); }

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