Shades of Yukon Gold #826A1B
Tints of Yukon Gold #826A1B
RGB
CMYK
RGB Variations
Color information
#826A1B (or 0x826A1B) is known color: Yukon Gold. HEX triplet: 82, 6A and 1B. RGB value is (130,106,27). Sum of RGB (Red+Green+Blue) = 130+106+27=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #826A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826A1B is #7D95E4. Grayscale: #686868. Windows color (decimal): -8230373 or 1796738. OLE color: 1796738.
HSL color Cylindrical-coordinate representation of color #826A1B: hue angle of 46.02º 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 #826A1B is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 27 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.49 |
| HSL | 46.02º | 0.66% | 0.31% | - |
| HSV(B) | 46.02º | 0.79% | 0.51% | - |
| XYZ | 14.56 | 15.13 | 3.19 | - |
| YUV | 104.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 27 | 0 | 0.18 | 0.79 | 0.49 | 46.02 | 0.66 | 0.31 |
| Hex | 82 | 6A | 1B | 0 | 12 | 4F | 31 | 2E | 42 | 1F |
| Octal | 202 | 152 | 33 | 0 | 22 | 117 | 61 | 56 | 102 | 37 |
| Binary | 10000010 | 1101010 | 11011 | 0 | 10010 | 1001111 | 110001 | 101110 | 1000010 | 11111 |
Color Harmonies of #826A1B
Complementary color
Monochromatic Colors of #826A1B
Black with #826A1B
Text Example
Text Example
White with #826A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A1B; }
p { color: rgb(130,106,27); }
H1.HeaderClassName
{
color: #826A1B;
}
.AnyTagClassName
{
color: #826A1B;
}
</style>
background-color css
<style>
a { background-color: #826A1B; }
a { background-color: rgb(130,106,27); }
div.DivClassName
{
background-color: #826A1B;
}
.BgClassName
{
background-color: #826A1B;
}
</style>
border-color css
<style>
span { border-color: #826A1B; }
span { border-color: rgb(130,106,27); }
td.TdClassName
{
border-color: #826A1B;
}
.TagClassName
{
border-color: #826A1B;
}
</style>