#8A6420

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

Shades of Yukon Gold #8A6420

Tints of Yukon Gold #8A6420

Color information

#8A6420 (or 0x8A6420) is unknown color: approx Yukon Gold. HEX triplet: 8A, 64 and 20. RGB value is (138,100,32). Sum of RGB (Red+Green+Blue) = 138+100+32=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6420 is #759BDF. Grayscale: #676767. Windows color (decimal): -7707616 or 2122890. OLE color: 2122890.

HSL color Cylindrical-coordinate representation of color #8A6420: hue angle of 38.49º 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 #8A6420 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB13810032-
CMYK00.280.770.46
HSL38.49º62.35%33.33%-
HSV(B)38.49º76.81%54.12%-
XYZ15.314.623.38-
YUV103.6187.59152.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 32 (12.89% from 255) = 11.85%
R=51.11%
G=37.04%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381003200.280.770.4638.4962.3533.33
Hex8A642001C4D2E263e21
Octal2121444003411556467641
Binary1000101011001001000000111001001101101110100110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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