#8A6E20

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

Shades of Yukon Gold #8A6E20

Tints of Yukon Gold #8A6E20

Color information

#8A6E20 (or 0x8A6E20) is unknown color: approx Yukon Gold. HEX triplet: 8A, 6E and 20. RGB value is (138,110,32). Sum of RGB (Red+Green+Blue) = 138+110+32=280 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.29% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6E20 is #7591DF. Grayscale: #6D6D6D. Windows color (decimal): -7705056 or 2125450. OLE color: 2125450.

HSL color Cylindrical-coordinate representation of color #8A6E20: hue angle of 44.15º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A6E20 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB13811032-
CMYK00.200.770.46
HSL44.15º62.35%33.33%-
HSV(B)44.15º76.81%54.12%-
XYZ16.3216.663.72-
YUV109.4884.28148.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.29%
GREEN value IS 110 (43.36% from 255) = 39.29%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=49.29%
G=39.29%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381103200.200.770.4644.1562.3533.33
Hex8A6E200144D2E2c3e21
Octal2121564002411556547641
Binary1000101011011101000000101001001101101110101100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6E20; }

 p { color: rgb(138,110,32); }

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

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

 a { background-color: rgb(138,110,32); }

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

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

 span { border-color: rgb(138,110,32); }

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