#886C19

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

Shades of Yukon Gold #886C19

Tints of Yukon Gold #886C19

Color information

#886C19 (or 0x886C19) is unknown color: approx Yukon Gold. HEX triplet: 88, 6C and 19. RGB value is (136,108,25). Sum of RGB (Red+Green+Blue) = 136+108+25=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #886C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886C19 is #7793E6. Grayscale: #6B6B6B. Windows color (decimal): -7836647 or 1666184. OLE color: 1666184.

HSL color Cylindrical-coordinate representation of color #886C19: hue angle of 44.86º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #886C19 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB13610825-
CMYK00.210.820.47
HSL44.86º68.94%31.57%-
HSV(B)44.86º81.62%53.33%-
XYZ15.6916.033.19-
YUV106.9181.78148.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 108 (42.58% from 255) = 40.15%
BLUE value IS 25 (10.16% from 255) = 9.29%
R=50.56%
G=40.15%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361082500.210.820.4744.8668.9431.57
Hex886C19015522F2d4520
Octal21015431025122575510540
Binary1000100011011001100101010110100101011111011011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,108,25); }

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

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

 a { background-color: rgb(136,108,25); }

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

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

 span { border-color: rgb(136,108,25); }

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