#8A6520

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

Shades of Yukon Gold #8A6520

Tints of Yukon Gold #8A6520

Color information

#8A6520 (or 0x8A6520) is unknown color: approx Yukon Gold. HEX triplet: 8A, 65 and 20. RGB value is (138,101,32). Sum of RGB (Red+Green+Blue) = 138+101+32=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6520 is #759ADF. Grayscale: #686868. Windows color (decimal): -7707360 or 2123146. OLE color: 2123146.

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

Color convert

RGB13810132-
CMYK00.270.770.46
HSL39.06º62.35%33.33%-
HSV(B)39.06º76.81%54.12%-
XYZ15.414.813.41-
YUV104.287.26152.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.92%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 32 (12.89% from 255) = 11.81%
R=50.92%
G=37.27%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381013200.270.770.4639.0662.3533.33
Hex8A652001B4D2E273e21
Octal2121454003311556477641
Binary1000101011001011000000110111001101101110100111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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