#80662A

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

Shades of Yukon Gold #80662A

Tints of Yukon Gold #80662A

Color information

#80662A (or 0x80662A) is unknown color: approx Yukon Gold. HEX triplet: 80, 66 and 2A. RGB value is (128,102,42). Sum of RGB (Red+Green+Blue) = 128+102+42=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80662A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80662A is #7F99D5. Grayscale: #676767. Windows color (decimal): -8362454 or 2778752. OLE color: 2778752.

HSL color Cylindrical-coordinate representation of color #80662A: hue angle of 41.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80662A is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB12810242-
CMYK00.200.670.50
HSL41.86º50.59%33.33%-
HSV(B)41.86º67.19%50.2%-
XYZ14.0714.264.2-
YUV102.9393.61145.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.06%
GREEN value IS 102 (40.23% from 255) = 37.5%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=47.06%
G=37.5%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281024200.200.670.5041.8650.5933.33
Hex80662A01443322a3321
Octal2001465202410362526341
Binary1000000011001101010100101001000011110010101010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80662A; }

 p { color: rgb(128,102,42); }

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

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

 a { background-color: rgb(128,102,42); }

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

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

 span { border-color: rgb(128,102,42); }

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