#80662E

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

Shades of Yukon Gold #80662E

Tints of Yukon Gold #80662E

Color information

#80662E (or 0x80662E) is unknown color: approx Yukon Gold. HEX triplet: 80, 66 and 2E. RGB value is (128,102,46). Sum of RGB (Red+Green+Blue) = 128+102+46=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80662E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80662E is #7F99D1. Grayscale: #676767. Windows color (decimal): -8362450 or 3040896. OLE color: 3040896.

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

Color convert

RGB12810246-
CMYK00.200.640.50
HSL40.98º47.13%34.12%-
HSV(B)40.98º64.06%50.2%-
XYZ14.1514.294.6-
YUV103.3995.61145.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.38%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=46.38%
G=36.96%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281024600.200.640.5040.9847.1334.12
Hex80662E0144032292f22
Octal2001465602410062515742
Binary1000000011001101011100101001000000110010101001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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