Shades of Yukon Gold #80662C
Tints of Yukon Gold #80662C
RGB
CMYK
RGB Variations
Color information
#80662C (or 0x80662C) is known color: Yukon Gold. HEX triplet: 80, 66 and 2C. RGB value is (128,102,44). Sum of RGB (Red+Green+Blue) = 128+102+44=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #80662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80662C is #7F99D3. Grayscale: #676767. Windows color (decimal): -8362452 or 2909824. OLE color: 2909824.
HSL color Cylindrical-coordinate representation of color #80662C: hue angle of 41.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80662C is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 102 | 44 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.50 |
| HSL | 41.43º | 0.49% | 0.34% | - |
| HSV(B) | 41.43º | 0.66% | 0.5% | - |
| XYZ | 14.11 | 14.27 | 4.39 | - |
| YUV | 103.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 44 | 0 | 0.20 | 0.66 | 0.50 | 41.43 | 0.49 | 0.34 |
| Hex | 80 | 66 | 2C | 0 | 14 | 42 | 32 | 29 | 31 | 22 |
| Octal | 200 | 146 | 54 | 0 | 24 | 102 | 62 | 51 | 61 | 42 |
| Binary | 10000000 | 1100110 | 101100 | 0 | 10100 | 1000010 | 110010 | 101001 | 110001 | 100010 |
Color Harmonies of #80662C
Complementary color
Monochromatic Colors of #80662C
Black with #80662C
Text Example
Text Example
White with #80662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80662C; }
p { color: rgb(128,102,44); }
H1.HeaderClassName
{
color: #80662C;
}
.AnyTagClassName
{
color: #80662C;
}
</style>
background-color css
<style>
a { background-color: #80662C; }
a { background-color: rgb(128,102,44); }
div.DivClassName
{
background-color: #80662C;
}
.BgClassName
{
background-color: #80662C;
}
</style>
border-color css
<style>
span { border-color: #80662C; }
span { border-color: rgb(128,102,44); }
td.TdClassName
{
border-color: #80662C;
}
.TagClassName
{
border-color: #80662C;
}
</style>