Shades of Yukon Gold #80692C
Tints of Yukon Gold #80692C
RGB
CMYK
RGB Variations
Color information
#80692C (or 0x80692C) is known color: Yukon Gold. HEX triplet: 80, 69 and 2C. RGB value is (128,105,44). Sum of RGB (Red+Green+Blue) = 128+105+44=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #80692C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80692C is #7F96D3. Grayscale: #696969. Windows color (decimal): -8361684 or 2910592. OLE color: 2910592.
HSL color Cylindrical-coordinate representation of color #80692C: hue angle of 43.57º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80692C is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 105 | 44 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.50 |
| HSL | 43.57º | 0.49% | 0.34% | - |
| HSV(B) | 43.57º | 0.66% | 0.5% | - |
| XYZ | 14.41 | 14.87 | 4.49 | - |
| YUV | 104.92 | 93.62 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 44 | 0 | 0.18 | 0.66 | 0.50 | 43.57 | 0.49 | 0.34 |
| Hex | 80 | 69 | 2C | 0 | 12 | 42 | 32 | 2C | 31 | 22 |
| Octal | 200 | 151 | 54 | 0 | 22 | 102 | 62 | 54 | 61 | 42 |
| Binary | 10000000 | 1101001 | 101100 | 0 | 10010 | 1000010 | 110010 | 101100 | 110001 | 100010 |
Color Harmonies of #80692C
Complementary color
Monochromatic Colors of #80692C
Black with #80692C
Text Example
Text Example
White with #80692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80692C; }
p { color: rgb(128,105,44); }
H1.HeaderClassName
{
color: #80692C;
}
.AnyTagClassName
{
color: #80692C;
}
</style>
background-color css
<style>
a { background-color: #80692C; }
a { background-color: rgb(128,105,44); }
div.DivClassName
{
background-color: #80692C;
}
.BgClassName
{
background-color: #80692C;
}
</style>
border-color css
<style>
span { border-color: #80692C; }
span { border-color: rgb(128,105,44); }
td.TdClassName
{
border-color: #80692C;
}
.TagClassName
{
border-color: #80692C;
}
</style>