Shades of Yukon Gold #826E0D
Tints of Yukon Gold #826E0D
RGB
CMYK
RGB Variations
Color information
#826E0D (or 0x826E0D) is known color: Yukon Gold. HEX triplet: 82, 6E and 0D. RGB value is (130,110,13). Sum of RGB (Red+Green+Blue) = 130+110+13=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #826E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826E0D is #7D91F2. Grayscale: #696969. Windows color (decimal): -8229363 or 880258. OLE color: 880258.
HSL color Cylindrical-coordinate representation of color #826E0D: hue angle of 49.74º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #826E0D is Cyan = 0, Magento = 0.15, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 13 | - |
| CMYK | 0 | 0.15 | 0.9 | 0.49 |
| HSL | 49.74º | 0.82% | 0.28% | - |
| HSV(B) | 49.74º | 0.9% | 0.51% | - |
| XYZ | 14.85 | 15.93 | 2.67 | - |
| YUV | 104.92 | 76.13 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 13 | 0 | 0.15 | 0.9 | 0.49 | 49.74 | 0.82 | 0.28 |
| Hex | 82 | 6E | D | 0 | F | 5A | 31 | 32 | 52 | 1C |
| Octal | 202 | 156 | 15 | 0 | 17 | 132 | 61 | 62 | 122 | 34 |
| Binary | 10000010 | 1101110 | 1101 | 0 | 1111 | 1011010 | 110001 | 110010 | 1010010 | 11100 |
Color Harmonies of #826E0D
Complementary color
Monochromatic Colors of #826E0D
Black with #826E0D
Text Example
Text Example
White with #826E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E0D; }
p { color: rgb(130,110,13); }
H1.HeaderClassName
{
color: #826E0D;
}
.AnyTagClassName
{
color: #826E0D;
}
</style>
background-color css
<style>
a { background-color: #826E0D; }
a { background-color: rgb(130,110,13); }
div.DivClassName
{
background-color: #826E0D;
}
.BgClassName
{
background-color: #826E0D;
}
</style>
border-color css
<style>
span { border-color: #826E0D; }
span { border-color: rgb(130,110,13); }
td.TdClassName
{
border-color: #826E0D;
}
.TagClassName
{
border-color: #826E0D;
}
</style>