#886E16

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

Shades of Yukon Gold #886E16

Tints of Yukon Gold #886E16

Color information

#886E16 (or 0x886E16) is unknown color: approx Yukon Gold. HEX triplet: 88, 6E and 16. RGB value is (136,110,22). Sum of RGB (Red+Green+Blue) = 136+110+22=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #886E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886E16 is #7791E9. Grayscale: #6C6C6C. Windows color (decimal): -7836138 or 1470088. OLE color: 1470088.

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

Color convert

RGB13611022-
CMYK00.190.840.47
HSL46.32º72.15%30.98%-
HSV(B)46.32º83.82%53.33%-
XYZ15.8716.443.1-
YUV107.7479.61148.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 110 (43.36% from 255) = 41.04%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=50.75%
G=41.04%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361102200.190.840.4746.3272.1530.98
Hex886E16013542F2e481f
Octal21015626023124575611037
Binary100010001101110101100100111010100101111101110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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