#886520

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

Shades of Yukon Gold #886520

Tints of Yukon Gold #886520

Color information

#886520 (or 0x886520) is unknown color: approx Yukon Gold. HEX triplet: 88, 65 and 20. RGB value is (136,101,32). Sum of RGB (Red+Green+Blue) = 136+101+32=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #886520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886520 is #779ADF. Grayscale: #676767. Windows color (decimal): -7838432 or 2123144. OLE color: 2123144.

HSL color Cylindrical-coordinate representation of color #886520: hue angle of 39.81º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #886520 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB13610132-
CMYK00.260.760.47
HSL39.81º61.9%32.94%-
HSV(B)39.81º76.47%53.33%-
XYZ15.0714.653.4-
YUV103.687.6151.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 101 (39.84% from 255) = 37.55%
BLUE value IS 32 (12.89% from 255) = 11.90%
R=50.56%
G=37.55%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361013200.260.760.4739.8161.932.94
Hex88652001A4C2F283e21
Octal2101454003211457507641
Binary1000100011001011000000110101001100101111101000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886520; }

 p { color: rgb(136,101,32); }

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

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

 a { background-color: rgb(136,101,32); }

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

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

 span { border-color: rgb(136,101,32); }

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