Shades of Yukon Gold #80661F
Tints of Yukon Gold #80661F
RGB
CMYK
RGB Variations
Color information
#80661F (or 0x80661F) is known color: Yukon Gold. HEX triplet: 80, 66 and 1F. RGB value is (128,102,31). Sum of RGB (Red+Green+Blue) = 128+102+31=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80661F is #7F99E0. Grayscale: #656565. Windows color (decimal): -8362465 or 2057856. OLE color: 2057856.
HSL color Cylindrical-coordinate representation of color #80661F: hue angle of 43.92º 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 #80661F is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 102 | 31 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.50 |
| HSL | 43.92º | 0.61% | 0.31% | - |
| HSV(B) | 43.92º | 0.76% | 0.5% | - |
| XYZ | 13.9 | 14.19 | 3.3 | - |
| YUV | 101.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 31 | 0 | 0.20 | 0.76 | 0.50 | 43.92 | 0.61 | 0.31 |
| Hex | 80 | 66 | 1F | 0 | 14 | 4C | 32 | 2C | 3D | 1F |
| Octal | 200 | 146 | 37 | 0 | 24 | 114 | 62 | 54 | 75 | 37 |
| Binary | 10000000 | 1100110 | 11111 | 0 | 10100 | 1001100 | 110010 | 101100 | 111101 | 11111 |
Color Harmonies of #80661F
Complementary color
Monochromatic Colors of #80661F
Black with #80661F
Text Example
Text Example
White with #80661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80661F; }
p { color: rgb(128,102,31); }
H1.HeaderClassName
{
color: #80661F;
}
.AnyTagClassName
{
color: #80661F;
}
</style>
background-color css
<style>
a { background-color: #80661F; }
a { background-color: rgb(128,102,31); }
div.DivClassName
{
background-color: #80661F;
}
.BgClassName
{
background-color: #80661F;
}
</style>
border-color css
<style>
span { border-color: #80661F; }
span { border-color: rgb(128,102,31); }
td.TdClassName
{
border-color: #80661F;
}
.TagClassName
{
border-color: #80661F;
}
</style>