Shades of Yukon Gold #82651E
Tints of Yukon Gold #82651E
RGB
CMYK
RGB Variations
Color information
#82651E (or 0x82651E) is known color: Yukon Gold. HEX triplet: 82, 65 and 1E. RGB value is (130,101,30). Sum of RGB (Red+Green+Blue) = 130+101+30=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82651E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82651E is #7D9AE1. Grayscale: #656565. Windows color (decimal): -8231650 or 1992066. OLE color: 1992066.
HSL color Cylindrical-coordinate representation of color #82651E: hue angle of 42.6º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82651E is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 101 | 30 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.49 |
| HSL | 42.6º | 0.63% | 0.31% | - |
| HSV(B) | 42.6º | 0.77% | 0.51% | - |
| XYZ | 14.09 | 14.15 | 3.22 | - |
| YUV | 101.58 | 87.61 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 101 | 30 | 0 | 0.22 | 0.77 | 0.49 | 42.6 | 0.63 | 0.31 |
| Hex | 82 | 65 | 1E | 0 | 16 | 4D | 31 | 2B | 3E | 1F |
| Octal | 202 | 145 | 36 | 0 | 26 | 115 | 61 | 53 | 76 | 37 |
| Binary | 10000010 | 1100101 | 11110 | 0 | 10110 | 1001101 | 110001 | 101011 | 111110 | 11111 |
Color Harmonies of #82651E
Complementary color
Monochromatic Colors of #82651E
Black with #82651E
Text Example
Text Example
White with #82651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82651E; }
p { color: rgb(130,101,30); }
H1.HeaderClassName
{
color: #82651E;
}
.AnyTagClassName
{
color: #82651E;
}
</style>
background-color css
<style>
a { background-color: #82651E; }
a { background-color: rgb(130,101,30); }
div.DivClassName
{
background-color: #82651E;
}
.BgClassName
{
background-color: #82651E;
}
</style>
border-color css
<style>
span { border-color: #82651E; }
span { border-color: rgb(130,101,30); }
td.TdClassName
{
border-color: #82651E;
}
.TagClassName
{
border-color: #82651E;
}
</style>