Shades of Yukon Gold #80662E
Tints of Yukon Gold #80662E
RGB
CMYK
RGB Variations
Color information
#80662E (or 0x80662E) is known color: 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
| RGB | 128 | 102 | 46 | - |
| CMYK | 0 | 0.20 | 0.64 | 0.50 |
| HSL | 40.98º | 0.47% | 0.34% | - |
| HSV(B) | 40.98º | 0.64% | 0.5% | - |
| XYZ | 14.15 | 14.29 | 4.6 | - |
| YUV | 103.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 46 | 0 | 0.20 | 0.64 | 0.50 | 40.98 | 0.47 | 0.34 |
| Hex | 80 | 66 | 2E | 0 | 14 | 40 | 32 | 29 | 2F | 22 |
| Octal | 200 | 146 | 56 | 0 | 24 | 100 | 62 | 51 | 57 | 42 |
| Binary | 10000000 | 1100110 | 101110 | 0 | 10100 | 1000000 | 110010 | 101001 | 101111 | 100010 |
Color Harmonies of #80662E
Complementary color
Monochromatic Colors of #80662E
Black with #80662E
Text Example
Text Example
White with #80662E
Text Example
Text Example
HTML Codes & Css Web 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>