#886118

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

Shades of Yukon Gold #886118

Tints of Yukon Gold #886118

Color information

#886118 (or 0x886118) is unknown color: approx Yukon Gold. HEX triplet: 88, 61 and 18. RGB value is (136,97,24). Sum of RGB (Red+Green+Blue) = 136+97+24=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #886118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886118 is #779EE7. Grayscale: #646464. Windows color (decimal): -7839464 or 1597832. OLE color: 1597832.

HSL color Cylindrical-coordinate representation of color #886118: hue angle of 39.11º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #886118 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1369724-
CMYK00.290.820.47
HSL39.11º70%31.37%-
HSV(B)39.11º82.35%53.33%-
XYZ14.5913.852.77-
YUV100.3484.92153.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=52.92%
G=37.74%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136972400.290.820.4739.117031.37
Hex88611801D522F27461f
Octal21014130035122574710637
Binary100010001100001110000111011010010101111100111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886118; }

 p { color: rgb(136,97,24); }

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

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

 a { background-color: rgb(136,97,24); }

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

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

 span { border-color: rgb(136,97,24); }

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