#886F16

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

Shades of Yukon Gold #886F16

Tints of Yukon Gold #886F16

Color information

#886F16 (or 0x886F16) is unknown color: approx Yukon Gold. HEX triplet: 88, 6F and 16. RGB value is (136,111,22). Sum of RGB (Red+Green+Blue) = 136+111+22=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #886F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886F16 is #7790E9. Grayscale: #6C6C6C. Windows color (decimal): -7835882 or 1470344. OLE color: 1470344.

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

Color convert

RGB13611122-
CMYK00.180.840.47
HSL46.84º72.15%30.98%-
HSV(B)46.84º83.82%53.33%-
XYZ15.9816.663.13-
YUV108.3379.28147.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 111 (43.75% from 255) = 41.26%
BLUE value IS 22 (8.98% from 255) = 8.18%
R=50.56%
G=41.26%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361112200.180.840.4746.8472.1530.98
Hex886F16012542F2f481f
Octal21015726022124575711037
Binary100010001101111101100100101010100101111101111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,111,22); }

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

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

 a { background-color: rgb(136,111,22); }

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

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

 span { border-color: rgb(136,111,22); }

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