Shades of Yukon Gold #80691E
Tints of Yukon Gold #80691E
RGB
CMYK
RGB Variations
Color information
#80691E (or 0x80691E) is known color: Yukon Gold. HEX triplet: 80, 69 and 1E. RGB value is (128,105,30). Sum of RGB (Red+Green+Blue) = 128+105+30=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #80691E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80691E is #7F96E1. Grayscale: #676767. Windows color (decimal): -8361698 or 1993088. OLE color: 1993088.
HSL color Cylindrical-coordinate representation of color #80691E: hue angle of 45.92º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80691E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 105 | 30 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.50 |
| HSL | 45.92º | 0.62% | 0.31% | - |
| HSV(B) | 45.92º | 0.77% | 0.5% | - |
| XYZ | 14.19 | 14.79 | 3.33 | - |
| YUV | 103.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 30 | 0 | 0.18 | 0.77 | 0.50 | 45.92 | 0.62 | 0.31 |
| Hex | 80 | 69 | 1E | 0 | 12 | 4D | 32 | 2E | 3E | 1F |
| Octal | 200 | 151 | 36 | 0 | 22 | 115 | 62 | 56 | 76 | 37 |
| Binary | 10000000 | 1101001 | 11110 | 0 | 10010 | 1001101 | 110010 | 101110 | 111110 | 11111 |
Color Harmonies of #80691E
Complementary color
Monochromatic Colors of #80691E
Black with #80691E
Text Example
Text Example
White with #80691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80691E; }
p { color: rgb(128,105,30); }
H1.HeaderClassName
{
color: #80691E;
}
.AnyTagClassName
{
color: #80691E;
}
</style>
background-color css
<style>
a { background-color: #80691E; }
a { background-color: rgb(128,105,30); }
div.DivClassName
{
background-color: #80691E;
}
.BgClassName
{
background-color: #80691E;
}
</style>
border-color css
<style>
span { border-color: #80691E; }
span { border-color: rgb(128,105,30); }
td.TdClassName
{
border-color: #80691E;
}
.TagClassName
{
border-color: #80691E;
}
</style>