#886918

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

Shades of Yukon Gold #886918

Tints of Yukon Gold #886918

Color information

#886918 (or 0x886918) is unknown color: approx Yukon Gold. HEX triplet: 88, 69 and 18. RGB value is (136,105,24). Sum of RGB (Red+Green+Blue) = 136+105+24=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #886918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886918 is #7796E7. Grayscale: #696969. Windows color (decimal): -7837416 or 1599880. OLE color: 1599880.

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

Color convert

RGB13610524-
CMYK00.230.820.47
HSL43.39º70%31.37%-
HSV(B)43.39º82.35%53.33%-
XYZ15.3715.43.03-
YUV105.0482.27150.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 24 (9.77% from 255) = 9.06%
R=51.32%
G=39.62%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361052400.230.820.4743.397031.37
Hex886918017522F2b461f
Octal21015130027122575310637
Binary100010001101001110000101111010010101111101011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886918; }

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

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

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

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

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

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

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

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