#886818

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

Shades of Yukon Gold #886818

Tints of Yukon Gold #886818

Color information

#886818 (or 0x886818) is unknown color: approx Yukon Gold. HEX triplet: 88, 68 and 18. RGB value is (136,104,24). Sum of RGB (Red+Green+Blue) = 136+104+24=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #886818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886818 is #7797E7. Grayscale: #686868. Windows color (decimal): -7837672 or 1599624. OLE color: 1599624.

HSL color Cylindrical-coordinate representation of color #886818: hue angle of 42.86º 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 #886818 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB13610424-
CMYK00.240.820.47
HSL42.86º70%31.37%-
HSV(B)42.86º82.35%53.33%-
XYZ15.2715.22.99-
YUV104.4582.6150.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.52%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 24 (9.77% from 255) = 9.09%
R=51.52%
G=39.39%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361042400.240.820.4742.867031.37
Hex886818018522F2b461f
Octal21015030030122575310637
Binary100010001101000110000110001010010101111101011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886818; }

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

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

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

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

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

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

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

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