Shades of Yukon Gold #826B1B
Tints of Yukon Gold #826B1B
RGB
CMYK
RGB Variations
Color information
#826B1B (or 0x826B1B) is known color: Yukon Gold. HEX triplet: 82, 6B and 1B. RGB value is (130,107,27). Sum of RGB (Red+Green+Blue) = 130+107+27=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #826B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826B1B is #7D94E4. Grayscale: #696969. Windows color (decimal): -8230117 or 1796994. OLE color: 1796994.
HSL color Cylindrical-coordinate representation of color #826B1B: hue angle of 46.6º 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 #826B1B is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 107 | 27 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.49 |
| HSL | 46.6º | 0.66% | 0.31% | - |
| HSV(B) | 46.6º | 0.79% | 0.51% | - |
| XYZ | 14.66 | 15.34 | 3.23 | - |
| YUV | 104.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 107 | 27 | 0 | 0.18 | 0.79 | 0.49 | 46.6 | 0.66 | 0.31 |
| Hex | 82 | 6B | 1B | 0 | 12 | 4F | 31 | 2F | 42 | 1F |
| Octal | 202 | 153 | 33 | 0 | 22 | 117 | 61 | 57 | 102 | 37 |
| Binary | 10000010 | 1101011 | 11011 | 0 | 10010 | 1001111 | 110001 | 101111 | 1000010 | 11111 |
Color Harmonies of #826B1B
Complementary color
Monochromatic Colors of #826B1B
Black with #826B1B
Text Example
Text Example
White with #826B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826B1B; }
p { color: rgb(130,107,27); }
H1.HeaderClassName
{
color: #826B1B;
}
.AnyTagClassName
{
color: #826B1B;
}
</style>
background-color css
<style>
a { background-color: #826B1B; }
a { background-color: rgb(130,107,27); }
div.DivClassName
{
background-color: #826B1B;
}
.BgClassName
{
background-color: #826B1B;
}
</style>
border-color css
<style>
span { border-color: #826B1B; }
span { border-color: rgb(130,107,27); }
td.TdClassName
{
border-color: #826B1B;
}
.TagClassName
{
border-color: #826B1B;
}
</style>