#886D0E

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

Shades of Yukon Gold #886D0E

Tints of Yukon Gold #886D0E

Color information

#886D0E (or 0x886D0E) is unknown color: approx Yukon Gold. HEX triplet: 88, 6D and 0E. RGB value is (136,109,14). Sum of RGB (Red+Green+Blue) = 136+109+14=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #886D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886D0E is #7792F1. Grayscale: #6A6A6A. Windows color (decimal): -7836402 or 945544. OLE color: 945544.

HSL color Cylindrical-coordinate representation of color #886D0E: hue angle of 46.72º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #886D0E is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB13610914-
CMYK00.200.900.47
HSL46.72º81.33%29.41%-
HSV(B)46.72º89.71%53.33%-
XYZ15.716.22.72-
YUV106.2475.95149.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 109 (42.97% from 255) = 42.08%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=52.51%
G=42.08%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361091400.200.900.4746.7281.3329.41
Hex886DE0145A2F2f511d
Octal21015516024132575712135
Binary10001000110110111100101001011010101111101111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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