Shades of Yukon Gold #826E1F
Tints of Yukon Gold #826E1F
RGB
CMYK
RGB Variations
Color information
#826E1F (or 0x826E1F) is known color: Yukon Gold. HEX triplet: 82, 6E and 1F. RGB value is (130,110,31). Sum of RGB (Red+Green+Blue) = 130+110+31=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #826E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E1F is #7D91E0. Grayscale: #6B6B6B. Windows color (decimal): -8229345 or 2059906. OLE color: 2059906.
HSL color Cylindrical-coordinate representation of color #826E1F: hue angle of 47.88º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #826E1F is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 31 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.49 |
| HSL | 47.88º | 0.61% | 0.32% | - |
| HSV(B) | 47.88º | 0.76% | 0.51% | - |
| XYZ | 15.03 | 16 | 3.59 | - |
| YUV | 106.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 31 | 0 | 0.15 | 0.76 | 0.49 | 47.88 | 0.61 | 0.32 |
| Hex | 82 | 6E | 1F | 0 | F | 4C | 31 | 30 | 3D | 20 |
| Octal | 202 | 156 | 37 | 0 | 17 | 114 | 61 | 60 | 75 | 40 |
| Binary | 10000010 | 1101110 | 11111 | 0 | 1111 | 1001100 | 110001 | 110000 | 111101 | 100000 |
Color Harmonies of #826E1F
Complementary color
Monochromatic Colors of #826E1F
Black with #826E1F
Text Example
Text Example
White with #826E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E1F; }
p { color: rgb(130,110,31); }
H1.HeaderClassName
{
color: #826E1F;
}
.AnyTagClassName
{
color: #826E1F;
}
</style>
background-color css
<style>
a { background-color: #826E1F; }
a { background-color: rgb(130,110,31); }
div.DivClassName
{
background-color: #826E1F;
}
.BgClassName
{
background-color: #826E1F;
}
</style>
border-color css
<style>
span { border-color: #826E1F; }
span { border-color: rgb(130,110,31); }
td.TdClassName
{
border-color: #826E1F;
}
.TagClassName
{
border-color: #826E1F;
}
</style>