Shades of Yukon Gold #80672A
Tints of Yukon Gold #80672A
RGB
CMYK
RGB Variations
Color information
#80672A (or 0x80672A) is known color: Yukon Gold. HEX triplet: 80, 67 and 2A. RGB value is (128,103,42). Sum of RGB (Red+Green+Blue) = 128+103+42=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80672A is #7F98D5. Grayscale: #676767. Windows color (decimal): -8362198 or 2779008. OLE color: 2779008.
HSL color Cylindrical-coordinate representation of color #80672A: hue angle of 42.56º 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 #80672A is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 42 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.50 |
| HSL | 42.56º | 0.51% | 0.33% | - |
| HSV(B) | 42.56º | 0.67% | 0.5% | - |
| XYZ | 14.17 | 14.46 | 4.23 | - |
| YUV | 103.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 42 | 0 | 0.20 | 0.67 | 0.50 | 42.56 | 0.51 | 0.33 |
| Hex | 80 | 67 | 2A | 0 | 14 | 43 | 32 | 2B | 33 | 21 |
| Octal | 200 | 147 | 52 | 0 | 24 | 103 | 62 | 53 | 63 | 41 |
| Binary | 10000000 | 1100111 | 101010 | 0 | 10100 | 1000011 | 110010 | 101011 | 110011 | 100001 |
Color Harmonies of #80672A
Complementary color
Monochromatic Colors of #80672A
Black with #80672A
Text Example
Text Example
White with #80672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80672A; }
p { color: rgb(128,103,42); }
H1.HeaderClassName
{
color: #80672A;
}
.AnyTagClassName
{
color: #80672A;
}
</style>
background-color css
<style>
a { background-color: #80672A; }
a { background-color: rgb(128,103,42); }
div.DivClassName
{
background-color: #80672A;
}
.BgClassName
{
background-color: #80672A;
}
</style>
border-color css
<style>
span { border-color: #80672A; }
span { border-color: rgb(128,103,42); }
td.TdClassName
{
border-color: #80672A;
}
.TagClassName
{
border-color: #80672A;
}
</style>