Shades of Yukon Gold #80692A
Tints of Yukon Gold #80692A
RGB
CMYK
RGB Variations
Color information
#80692A (or 0x80692A) is known color: Yukon Gold. HEX triplet: 80, 69 and 2A. RGB value is (128,105,42). Sum of RGB (Red+Green+Blue) = 128+105+42=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80692A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80692A is #7F96D5. Grayscale: #686868. Windows color (decimal): -8361686 or 2779520. OLE color: 2779520.
HSL color Cylindrical-coordinate representation of color #80692A: hue angle of 43.95º 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 #80692A is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 105 | 42 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.50 |
| HSL | 43.95º | 0.51% | 0.33% | - |
| HSV(B) | 43.95º | 0.67% | 0.5% | - |
| XYZ | 14.37 | 14.86 | 4.3 | - |
| YUV | 104.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 42 | 0 | 0.18 | 0.67 | 0.50 | 43.95 | 0.51 | 0.33 |
| Hex | 80 | 69 | 2A | 0 | 12 | 43 | 32 | 2C | 33 | 21 |
| Octal | 200 | 151 | 52 | 0 | 22 | 103 | 62 | 54 | 63 | 41 |
| Binary | 10000000 | 1101001 | 101010 | 0 | 10010 | 1000011 | 110010 | 101100 | 110011 | 100001 |
Color Harmonies of #80692A
Complementary color
Monochromatic Colors of #80692A
Black with #80692A
Text Example
Text Example
White with #80692A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80692A; }
p { color: rgb(128,105,42); }
H1.HeaderClassName
{
color: #80692A;
}
.AnyTagClassName
{
color: #80692A;
}
</style>
background-color css
<style>
a { background-color: #80692A; }
a { background-color: rgb(128,105,42); }
div.DivClassName
{
background-color: #80692A;
}
.BgClassName
{
background-color: #80692A;
}
</style>
border-color css
<style>
span { border-color: #80692A; }
span { border-color: rgb(128,105,42); }
td.TdClassName
{
border-color: #80692A;
}
.TagClassName
{
border-color: #80692A;
}
</style>