Shades of Yukon Gold #80691C
Tints of Yukon Gold #80691C
RGB
CMYK
RGB Variations
Color information
#80691C (or 0x80691C) is known color: Yukon Gold. HEX triplet: 80, 69 and 1C. RGB value is (128,105,28). Sum of RGB (Red+Green+Blue) = 128+105+28=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80691C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80691C is #7F96E3. Grayscale: #676767. Windows color (decimal): -8361700 or 1862016. OLE color: 1862016.
HSL color Cylindrical-coordinate representation of color #80691C: hue angle of 46.2º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80691C is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 105 | 28 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.50 |
| HSL | 46.2º | 0.64% | 0.31% | - |
| HSV(B) | 46.2º | 0.78% | 0.5% | - |
| XYZ | 14.16 | 14.78 | 3.2 | - |
| YUV | 103.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 28 | 0 | 0.18 | 0.78 | 0.50 | 46.2 | 0.64 | 0.31 |
| Hex | 80 | 69 | 1C | 0 | 12 | 4E | 32 | 2E | 40 | 1F |
| Octal | 200 | 151 | 34 | 0 | 22 | 116 | 62 | 56 | 100 | 37 |
| Binary | 10000000 | 1101001 | 11100 | 0 | 10010 | 1001110 | 110010 | 101110 | 1000000 | 11111 |
Color Harmonies of #80691C
Complementary color
Monochromatic Colors of #80691C
Black with #80691C
Text Example
Text Example
White with #80691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80691C; }
p { color: rgb(128,105,28); }
H1.HeaderClassName
{
color: #80691C;
}
.AnyTagClassName
{
color: #80691C;
}
</style>
background-color css
<style>
a { background-color: #80691C; }
a { background-color: rgb(128,105,28); }
div.DivClassName
{
background-color: #80691C;
}
.BgClassName
{
background-color: #80691C;
}
</style>
border-color css
<style>
span { border-color: #80691C; }
span { border-color: rgb(128,105,28); }
td.TdClassName
{
border-color: #80691C;
}
.TagClassName
{
border-color: #80691C;
}
</style>