#886D14

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

Shades of Yukon Gold #886D14

Tints of Yukon Gold #886D14

Color information

#886D14 (or 0x886D14) is unknown color: approx Yukon Gold. HEX triplet: 88, 6D and 14. RGB value is (136,109,20). Sum of RGB (Red+Green+Blue) = 136+109+20=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #886D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886D14 is #7792EB. Grayscale: #6B6B6B. Windows color (decimal): -7836396 or 1338760. OLE color: 1338760.

HSL color Cylindrical-coordinate representation of color #886D14: hue angle of 46.03º 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 #886D14 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB13610920-
CMYK00.200.850.47
HSL46.03º74.36%30.59%-
HSV(B)46.03º85.29%53.33%-
XYZ15.7516.222.96-
YUV106.9378.95148.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=51.32%
G=41.13%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361092000.200.850.4746.0374.3630.59
Hex886D14014552F2e4a1f
Octal21015524024125575611237
Binary100010001101101101000101001010101101111101110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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