Shades of Yukon Gold #826A1D
Tints of Yukon Gold #826A1D
RGB
CMYK
RGB Variations
Color information
#826A1D (or 0x826A1D) is known color: Yukon Gold. HEX triplet: 82, 6A and 1D. RGB value is (130,106,29). Sum of RGB (Red+Green+Blue) = 130+106+29=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #826A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A1D is #7D95E2. Grayscale: #686868. Windows color (decimal): -8230371 or 1927810. OLE color: 1927810.
HSL color Cylindrical-coordinate representation of color #826A1D: hue angle of 45.74º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #826A1D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 29 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.49 |
| HSL | 45.74º | 0.64% | 0.31% | - |
| HSV(B) | 45.74º | 0.78% | 0.51% | - |
| XYZ | 14.58 | 15.14 | 3.32 | - |
| YUV | 104.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 29 | 0 | 0.18 | 0.78 | 0.49 | 45.74 | 0.64 | 0.31 |
| Hex | 82 | 6A | 1D | 0 | 12 | 4E | 31 | 2E | 40 | 1F |
| Octal | 202 | 152 | 35 | 0 | 22 | 116 | 61 | 56 | 100 | 37 |
| Binary | 10000010 | 1101010 | 11101 | 0 | 10010 | 1001110 | 110001 | 101110 | 1000000 | 11111 |
Color Harmonies of #826A1D
Complementary color
Monochromatic Colors of #826A1D
Black with #826A1D
Text Example
Text Example
White with #826A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A1D; }
p { color: rgb(130,106,29); }
H1.HeaderClassName
{
color: #826A1D;
}
.AnyTagClassName
{
color: #826A1D;
}
</style>
background-color css
<style>
a { background-color: #826A1D; }
a { background-color: rgb(130,106,29); }
div.DivClassName
{
background-color: #826A1D;
}
.BgClassName
{
background-color: #826A1D;
}
</style>
border-color css
<style>
span { border-color: #826A1D; }
span { border-color: rgb(130,106,29); }
td.TdClassName
{
border-color: #826A1D;
}
.TagClassName
{
border-color: #826A1D;
}
</style>