Shades of Yukon Gold #80652A
Tints of Yukon Gold #80652A
RGB
CMYK
RGB Variations
Color information
#80652A (or 0x80652A) is known color: Yukon Gold. HEX triplet: 80, 65 and 2A. RGB value is (128,101,42). Sum of RGB (Red+Green+Blue) = 128+101+42=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80652A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80652A is #7F9AD5. Grayscale: #666666. Windows color (decimal): -8362710 or 2778496. OLE color: 2778496.
HSL color Cylindrical-coordinate representation of color #80652A: hue angle of 41.16º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80652A is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 101 | 42 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.50 |
| HSL | 41.16º | 0.51% | 0.33% | - |
| HSV(B) | 41.16º | 0.67% | 0.5% | - |
| XYZ | 13.97 | 14.06 | 4.17 | - |
| YUV | 102.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 42 | 0 | 0.21 | 0.67 | 0.50 | 41.16 | 0.51 | 0.33 |
| Hex | 80 | 65 | 2A | 0 | 15 | 43 | 32 | 29 | 33 | 21 |
| Octal | 200 | 145 | 52 | 0 | 25 | 103 | 62 | 51 | 63 | 41 |
| Binary | 10000000 | 1100101 | 101010 | 0 | 10101 | 1000011 | 110010 | 101001 | 110011 | 100001 |
Color Harmonies of #80652A
Complementary color
Monochromatic Colors of #80652A
Black with #80652A
Text Example
Text Example
White with #80652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80652A; }
p { color: rgb(128,101,42); }
H1.HeaderClassName
{
color: #80652A;
}
.AnyTagClassName
{
color: #80652A;
}
</style>
background-color css
<style>
a { background-color: #80652A; }
a { background-color: rgb(128,101,42); }
div.DivClassName
{
background-color: #80652A;
}
.BgClassName
{
background-color: #80652A;
}
</style>
border-color css
<style>
span { border-color: #80652A; }
span { border-color: rgb(128,101,42); }
td.TdClassName
{
border-color: #80652A;
}
.TagClassName
{
border-color: #80652A;
}
</style>