#886A21

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

Shades of Yukon Gold #886A21

Tints of Yukon Gold #886A21

Color information

#886A21 (or 0x886A21) is unknown color: approx Yukon Gold. HEX triplet: 88, 6A and 21. RGB value is (136,106,33). Sum of RGB (Red+Green+Blue) = 136+106+33=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #886A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886A21 is #7795DE. Grayscale: #6A6A6A. Windows color (decimal): -7837151 or 2189960. OLE color: 2189960.

HSL color Cylindrical-coordinate representation of color #886A21: hue angle of 42.52º degrees, saturation: 0.61, 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 #886A21 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB13610633-
CMYK00.220.760.47
HSL42.52º60.95%33.14%-
HSV(B)42.52º75.74%53.33%-
XYZ15.5815.653.64-
YUV106.6586.44148.94-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 33 (13.28% from 255) = 12%
R=49.45%
G=38.55%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361063300.220.760.4742.5260.9533.14
Hex886A210164C2F2b3d21
Octal2101524102611457537541
Binary1000100011010101000010101101001100101111101011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,106,33); }

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

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

 a { background-color: rgb(136,106,33); }

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

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

 span { border-color: rgb(136,106,33); }

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