Shades of Yukon Gold #82682E
Tints of Yukon Gold #82682E
RGB
CMYK
RGB Variations
Color information
#82682E (or 0x82682E) is known color: Yukon Gold. HEX triplet: 82, 68 and 2E. RGB value is (130,104,46). Sum of RGB (Red+Green+Blue) = 130+104+46=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #82682E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82682E is #7D97D1. Grayscale: #696969. Windows color (decimal): -8230866 or 3041410. OLE color: 3041410.
HSL color Cylindrical-coordinate representation of color #82682E: hue angle of 41.43º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82682E is Cyan = 0, Magento = 0.2, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 46 | - |
| CMYK | 0 | 0.2 | 0.65 | 0.49 |
| HSL | 41.43º | 0.48% | 0.35% | - |
| HSV(B) | 41.43º | 0.65% | 0.51% | - |
| XYZ | 14.65 | 14.84 | 4.68 | - |
| YUV | 105.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 46 | 0 | 0.2 | 0.65 | 0.49 | 41.43 | 0.48 | 0.35 |
| Hex | 82 | 68 | 2E | 0 | 14 | 41 | 31 | 29 | 30 | 23 |
| Octal | 202 | 150 | 56 | 0 | 24 | 101 | 61 | 51 | 60 | 43 |
| Binary | 10000010 | 1101000 | 101110 | 0 | 10100 | 1000001 | 110001 | 101001 | 110000 | 100011 |
Color Harmonies of #82682E
Complementary color
Monochromatic Colors of #82682E
Black with #82682E
Text Example
Text Example
White with #82682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82682E; }
p { color: rgb(130,104,46); }
H1.HeaderClassName
{
color: #82682E;
}
.AnyTagClassName
{
color: #82682E;
}
</style>
background-color css
<style>
a { background-color: #82682E; }
a { background-color: rgb(130,104,46); }
div.DivClassName
{
background-color: #82682E;
}
.BgClassName
{
background-color: #82682E;
}
</style>
border-color css
<style>
span { border-color: #82682E; }
span { border-color: rgb(130,104,46); }
td.TdClassName
{
border-color: #82682E;
}
.TagClassName
{
border-color: #82682E;
}
</style>