Shades of Yukon Gold #826E1B
Tints of Yukon Gold #826E1B
RGB
CMYK
RGB Variations
Color information
#826E1B (or 0x826E1B) is known color: Yukon Gold. HEX triplet: 82, 6E and 1B. RGB value is (130,110,27). Sum of RGB (Red+Green+Blue) = 130+110+27=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #826E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E1B is #7D91E4. Grayscale: #6A6A6A. Windows color (decimal): -8229349 or 1797762. OLE color: 1797762.
HSL color Cylindrical-coordinate representation of color #826E1B: hue angle of 48.35º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #826E1B is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 27 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.49 |
| HSL | 48.35º | 0.66% | 0.31% | - |
| HSV(B) | 48.35º | 0.79% | 0.51% | - |
| XYZ | 14.98 | 15.98 | 3.33 | - |
| YUV | 106.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 27 | 0 | 0.15 | 0.79 | 0.49 | 48.35 | 0.66 | 0.31 |
| Hex | 82 | 6E | 1B | 0 | F | 4F | 31 | 30 | 42 | 1F |
| Octal | 202 | 156 | 33 | 0 | 17 | 117 | 61 | 60 | 102 | 37 |
| Binary | 10000010 | 1101110 | 11011 | 0 | 1111 | 1001111 | 110001 | 110000 | 1000010 | 11111 |
Color Harmonies of #826E1B
Complementary color
Monochromatic Colors of #826E1B
Black with #826E1B
Text Example
Text Example
White with #826E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E1B; }
p { color: rgb(130,110,27); }
H1.HeaderClassName
{
color: #826E1B;
}
.AnyTagClassName
{
color: #826E1B;
}
</style>
background-color css
<style>
a { background-color: #826E1B; }
a { background-color: rgb(130,110,27); }
div.DivClassName
{
background-color: #826E1B;
}
.BgClassName
{
background-color: #826E1B;
}
</style>
border-color css
<style>
span { border-color: #826E1B; }
span { border-color: rgb(130,110,27); }
td.TdClassName
{
border-color: #826E1B;
}
.TagClassName
{
border-color: #826E1B;
}
</style>