Shades of Yukon Gold #806D2F
Tints of Yukon Gold #806D2F
RGB
CMYK
RGB Variations
Color information
#806D2F (or 0x806D2F) is known color: Yukon Gold. HEX triplet: 80, 6D and 2F. RGB value is (128,109,47). Sum of RGB (Red+Green+Blue) = 128+109+47=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #806D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D2F is #7F92D0. Grayscale: #6B6B6B. Windows color (decimal): -8360657 or 3108224. OLE color: 3108224.
HSL color Cylindrical-coordinate representation of color #806D2F: hue angle of 45.93º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #806D2F is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 47 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.50 |
| HSL | 45.93º | 0.46% | 0.34% | - |
| HSV(B) | 45.93º | 0.63% | 0.5% | - |
| XYZ | 14.88 | 15.73 | 4.94 | - |
| YUV | 107.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 47 | 0 | 0.15 | 0.63 | 0.50 | 45.93 | 0.46 | 0.34 |
| Hex | 80 | 6D | 2F | 0 | F | 3F | 32 | 2E | 2E | 22 |
| Octal | 200 | 155 | 57 | 0 | 17 | 77 | 62 | 56 | 56 | 42 |
| Binary | 10000000 | 1101101 | 101111 | 0 | 1111 | 111111 | 110010 | 101110 | 101110 | 100010 |
Color Harmonies of #806D2F
Complementary color
Monochromatic Colors of #806D2F
Black with #806D2F
Text Example
Text Example
White with #806D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D2F; }
p { color: rgb(128,109,47); }
H1.HeaderClassName
{
color: #806D2F;
}
.AnyTagClassName
{
color: #806D2F;
}
</style>
background-color css
<style>
a { background-color: #806D2F; }
a { background-color: rgb(128,109,47); }
div.DivClassName
{
background-color: #806D2F;
}
.BgClassName
{
background-color: #806D2F;
}
</style>
border-color css
<style>
span { border-color: #806D2F; }
span { border-color: rgb(128,109,47); }
td.TdClassName
{
border-color: #806D2F;
}
.TagClassName
{
border-color: #806D2F;
}
</style>