#886A14

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

Shades of Yukon Gold #886A14

Tints of Yukon Gold #886A14

Color information

#886A14 (or 0x886A14) is unknown color: approx Yukon Gold. HEX triplet: 88, 6A and 14. RGB value is (136,106,20). Sum of RGB (Red+Green+Blue) = 136+106+20=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #886A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886A14 is #7795EB. Grayscale: #696969. Windows color (decimal): -7837164 or 1337992. OLE color: 1337992.

HSL color Cylindrical-coordinate representation of color #886A14: hue angle of 44.48º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #886A14 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB13610620-
CMYK00.220.850.47
HSL44.48º74.36%30.59%-
HSV(B)44.48º85.29%53.33%-
XYZ15.4315.592.86-
YUV105.1779.94149.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.91%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 20 (8.20% from 255) = 7.63%
R=51.91%
G=40.46%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361062000.220.850.4744.4874.3630.59
Hex886A14016552F2c4a1f
Octal21015224026125575411237
Binary100010001101010101000101101010101101111101100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886A14; }

 p { color: rgb(136,106,20); }

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

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

 a { background-color: rgb(136,106,20); }

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

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

 span { border-color: rgb(136,106,20); }

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