Shades of Yukon Gold #80681F
Tints of Yukon Gold #80681F
RGB
CMYK
RGB Variations
Color information
#80681F (or 0x80681F) is known color: Yukon Gold. HEX triplet: 80, 68 and 1F. RGB value is (128,104,31). Sum of RGB (Red+Green+Blue) = 128+104+31=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #80681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80681F is #7F97E0. Grayscale: #676767. Windows color (decimal): -8361953 or 2058368. OLE color: 2058368.
HSL color Cylindrical-coordinate representation of color #80681F: hue angle of 45.15º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80681F is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 31 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.50 |
| HSL | 45.15º | 0.61% | 0.31% | - |
| HSV(B) | 45.15º | 0.76% | 0.5% | - |
| XYZ | 14.1 | 14.59 | 3.37 | - |
| YUV | 102.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 31 | 0 | 0.19 | 0.76 | 0.50 | 45.15 | 0.61 | 0.31 |
| Hex | 80 | 68 | 1F | 0 | 13 | 4C | 32 | 2D | 3D | 1F |
| Octal | 200 | 150 | 37 | 0 | 23 | 114 | 62 | 55 | 75 | 37 |
| Binary | 10000000 | 1101000 | 11111 | 0 | 10011 | 1001100 | 110010 | 101101 | 111101 | 11111 |
Color Harmonies of #80681F
Complementary color
Monochromatic Colors of #80681F
Black with #80681F
Text Example
Text Example
White with #80681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80681F; }
p { color: rgb(128,104,31); }
H1.HeaderClassName
{
color: #80681F;
}
.AnyTagClassName
{
color: #80681F;
}
</style>
background-color css
<style>
a { background-color: #80681F; }
a { background-color: rgb(128,104,31); }
div.DivClassName
{
background-color: #80681F;
}
.BgClassName
{
background-color: #80681F;
}
</style>
border-color css
<style>
span { border-color: #80681F; }
span { border-color: rgb(128,104,31); }
td.TdClassName
{
border-color: #80681F;
}
.TagClassName
{
border-color: #80681F;
}
</style>