Shades of Yukon Gold #806313
Tints of Yukon Gold #806313
RGB
CMYK
RGB Variations
Color information
#806313 (or 0x806313) is known color: Yukon Gold. HEX triplet: 80, 63 and 13. RGB value is (128,99,19). Sum of RGB (Red+Green+Blue) = 128+99+19=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #806313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806313 is #7F9CEC. Grayscale: #626262. Windows color (decimal): -8363245 or 1270656. OLE color: 1270656.
HSL color Cylindrical-coordinate representation of color #806313: hue angle of 44.04º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #806313 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 99 | 19 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.50 |
| HSL | 44.04º | 0.74% | 0.29% | - |
| HSV(B) | 44.04º | 0.85% | 0.5% | - |
| XYZ | 13.48 | 13.56 | 2.52 | - |
| YUV | 98.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 19 | 0 | 0.23 | 0.85 | 0.50 | 44.04 | 0.74 | 0.29 |
| Hex | 80 | 63 | 13 | 0 | 17 | 55 | 32 | 2C | 4A | 1D |
| Octal | 200 | 143 | 23 | 0 | 27 | 125 | 62 | 54 | 112 | 35 |
| Binary | 10000000 | 1100011 | 10011 | 0 | 10111 | 1010101 | 110010 | 101100 | 1001010 | 11101 |
Color Harmonies of #806313
Complementary color
Monochromatic Colors of #806313
Black with #806313
Text Example
Text Example
White with #806313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806313; }
p { color: rgb(128,99,19); }
H1.HeaderClassName
{
color: #806313;
}
.AnyTagClassName
{
color: #806313;
}
</style>
background-color css
<style>
a { background-color: #806313; }
a { background-color: rgb(128,99,19); }
div.DivClassName
{
background-color: #806313;
}
.BgClassName
{
background-color: #806313;
}
</style>
border-color css
<style>
span { border-color: #806313; }
span { border-color: rgb(128,99,19); }
td.TdClassName
{
border-color: #806313;
}
.TagClassName
{
border-color: #806313;
}
</style>