Shades of Yukon Gold #80640B
Tints of Yukon Gold #80640B
RGB
CMYK
RGB Variations
Color information
#80640B (or 0x80640B) is known color: Yukon Gold. HEX triplet: 80, 64 and 0B. RGB value is (128,100,11). Sum of RGB (Red+Green+Blue) = 128+100+11=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80640B is #7F9BF4. Grayscale: #626262. Windows color (decimal): -8362997 or 746624. OLE color: 746624.
HSL color Cylindrical-coordinate representation of color #80640B: hue angle of 45.64º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80640B is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 11 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.50 |
| HSL | 45.64º | 0.84% | 0.27% | - |
| HSV(B) | 45.64º | 0.91% | 0.5% | - |
| XYZ | 13.52 | 13.73 | 2.25 | - |
| YUV | 98.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 11 | 0 | 0.22 | 0.91 | 0.50 | 45.64 | 0.84 | 0.27 |
| Hex | 80 | 64 | B | 0 | 16 | 5B | 32 | 2E | 54 | 1B |
| Octal | 200 | 144 | 13 | 0 | 26 | 133 | 62 | 56 | 124 | 33 |
| Binary | 10000000 | 1100100 | 1011 | 0 | 10110 | 1011011 | 110010 | 101110 | 1010100 | 11011 |
Color Harmonies of #80640B
Complementary color
Monochromatic Colors of #80640B
Black with #80640B
Text Example
Text Example
White with #80640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80640B; }
p { color: rgb(128,100,11); }
H1.HeaderClassName
{
color: #80640B;
}
.AnyTagClassName
{
color: #80640B;
}
</style>
background-color css
<style>
a { background-color: #80640B; }
a { background-color: rgb(128,100,11); }
div.DivClassName
{
background-color: #80640B;
}
.BgClassName
{
background-color: #80640B;
}
</style>
border-color css
<style>
span { border-color: #80640B; }
span { border-color: rgb(128,100,11); }
td.TdClassName
{
border-color: #80640B;
}
.TagClassName
{
border-color: #80640B;
}
</style>