Shades of Yukon Gold #826E29
Tints of Yukon Gold #826E29
RGB
CMYK
RGB Variations
Color information
#826E29 (or 0x826E29) is known color: Yukon Gold. HEX triplet: 82, 6E and 29. RGB value is (130,110,41). Sum of RGB (Red+Green+Blue) = 130+110+41=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #826E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E29 is #7D91D6. Grayscale: #6C6C6C. Windows color (decimal): -8229335 or 2715266. OLE color: 2715266.
HSL color Cylindrical-coordinate representation of color #826E29: hue angle of 46.52º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #826E29 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 41 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.49 |
| HSL | 46.52º | 0.52% | 0.34% | - |
| HSV(B) | 46.52º | 0.68% | 0.51% | - |
| XYZ | 15.18 | 16.06 | 4.4 | - |
| YUV | 108.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 41 | 0 | 0.15 | 0.68 | 0.49 | 46.52 | 0.52 | 0.34 |
| Hex | 82 | 6E | 29 | 0 | F | 44 | 31 | 2F | 34 | 22 |
| Octal | 202 | 156 | 51 | 0 | 17 | 104 | 61 | 57 | 64 | 42 |
| Binary | 10000010 | 1101110 | 101001 | 0 | 1111 | 1000100 | 110001 | 101111 | 110100 | 100010 |
Color Harmonies of #826E29
Complementary color
Monochromatic Colors of #826E29
Black with #826E29
Text Example
Text Example
White with #826E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E29; }
p { color: rgb(130,110,41); }
H1.HeaderClassName
{
color: #826E29;
}
.AnyTagClassName
{
color: #826E29;
}
</style>
background-color css
<style>
a { background-color: #826E29; }
a { background-color: rgb(130,110,41); }
div.DivClassName
{
background-color: #826E29;
}
.BgClassName
{
background-color: #826E29;
}
</style>
border-color css
<style>
span { border-color: #826E29; }
span { border-color: rgb(130,110,41); }
td.TdClassName
{
border-color: #826E29;
}
.TagClassName
{
border-color: #826E29;
}
</style>