Shades of Yukon Gold #82680A
Tints of Yukon Gold #82680A
RGB
CMYK
RGB Variations
Color information
#82680A (or 0x82680A) is known color: Yukon Gold. HEX triplet: 82, 68 and 0A. RGB value is (130,104,10). Sum of RGB (Red+Green+Blue) = 130+104+10=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #82680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82680A is #7D97F5. Grayscale: #656565. Windows color (decimal): -8230902 or 682114. OLE color: 682114.
HSL color Cylindrical-coordinate representation of color #82680A: hue angle of 47º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82680A is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 10 | - |
| CMYK | 0 | 0.2 | 0.92 | 0.49 |
| HSL | 47º | 0.86% | 0.27% | - |
| HSV(B) | 47º | 0.92% | 0.51% | - |
| XYZ | 14.21 | 14.67 | 2.37 | - |
| YUV | 101.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 10 | 0 | 0.2 | 0.92 | 0.49 | 47 | 0.86 | 0.27 |
| Hex | 82 | 68 | A | 0 | 14 | 5C | 31 | 2F | 56 | 1B |
| Octal | 202 | 150 | 12 | 0 | 24 | 134 | 61 | 57 | 126 | 33 |
| Binary | 10000010 | 1101000 | 1010 | 0 | 10100 | 1011100 | 110001 | 101111 | 1010110 | 11011 |
Color Harmonies of #82680A
Complementary color
Monochromatic Colors of #82680A
Black with #82680A
Text Example
Text Example
White with #82680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82680A; }
p { color: rgb(130,104,10); }
H1.HeaderClassName
{
color: #82680A;
}
.AnyTagClassName
{
color: #82680A;
}
</style>
background-color css
<style>
a { background-color: #82680A; }
a { background-color: rgb(130,104,10); }
div.DivClassName
{
background-color: #82680A;
}
.BgClassName
{
background-color: #82680A;
}
</style>
border-color css
<style>
span { border-color: #82680A; }
span { border-color: rgb(130,104,10); }
td.TdClassName
{
border-color: #82680A;
}
.TagClassName
{
border-color: #82680A;
}
</style>