Shades of Yukon Gold #826A1E
Tints of Yukon Gold #826A1E
RGB
CMYK
RGB Variations
Color information
#826A1E (or 0x826A1E) is known color: Yukon Gold. HEX triplet: 82, 6A and 1E. RGB value is (130,106,30). Sum of RGB (Red+Green+Blue) = 130+106+30=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #826A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A1E is #7D95E1. Grayscale: #686868. Windows color (decimal): -8230370 or 1993346. OLE color: 1993346.
HSL color Cylindrical-coordinate representation of color #826A1E: hue angle of 45.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 #826A1E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 30 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.49 |
| HSL | 45.6º | 0.63% | 0.31% | - |
| HSV(B) | 45.6º | 0.77% | 0.51% | - |
| XYZ | 14.59 | 15.15 | 3.38 | - |
| YUV | 104.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 30 | 0 | 0.18 | 0.77 | 0.49 | 45.6 | 0.63 | 0.31 |
| Hex | 82 | 6A | 1E | 0 | 12 | 4D | 31 | 2E | 3E | 1F |
| Octal | 202 | 152 | 36 | 0 | 22 | 115 | 61 | 56 | 76 | 37 |
| Binary | 10000010 | 1101010 | 11110 | 0 | 10010 | 1001101 | 110001 | 101110 | 111110 | 11111 |
Color Harmonies of #826A1E
Complementary color
Monochromatic Colors of #826A1E
Black with #826A1E
Text Example
Text Example
White with #826A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A1E; }
p { color: rgb(130,106,30); }
H1.HeaderClassName
{
color: #826A1E;
}
.AnyTagClassName
{
color: #826A1E;
}
</style>
background-color css
<style>
a { background-color: #826A1E; }
a { background-color: rgb(130,106,30); }
div.DivClassName
{
background-color: #826A1E;
}
.BgClassName
{
background-color: #826A1E;
}
</style>
border-color css
<style>
span { border-color: #826A1E; }
span { border-color: rgb(130,106,30); }
td.TdClassName
{
border-color: #826A1E;
}
.TagClassName
{
border-color: #826A1E;
}
</style>