Shades of Yukon Gold #836A28
Tints of Yukon Gold #836A28
RGB
CMYK
RGB Variations
Color information
#836A28 (or 0x836A28) is known color: Yukon Gold. HEX triplet: 83, 6A and 28. RGB value is (131,106,40). Sum of RGB (Red+Green+Blue) = 131+106+40=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #836A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836A28 is #7C95D7. Grayscale: #6A6A6A. Windows color (decimal): -8164824 or 2648707. OLE color: 2648707.
HSL color Cylindrical-coordinate representation of color #836A28: hue angle of 43.52º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #836A28 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 106 | 40 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.49 |
| HSL | 43.52º | 0.53% | 0.34% | - |
| HSV(B) | 43.52º | 0.69% | 0.51% | - |
| XYZ | 14.9 | 15.29 | 4.17 | - |
| YUV | 105.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 40 | 0 | 0.19 | 0.69 | 0.49 | 43.52 | 0.53 | 0.34 |
| Hex | 83 | 6A | 28 | 0 | 13 | 45 | 31 | 2C | 35 | 22 |
| Octal | 203 | 152 | 50 | 0 | 23 | 105 | 61 | 54 | 65 | 42 |
| Binary | 10000011 | 1101010 | 101000 | 0 | 10011 | 1000101 | 110001 | 101100 | 110101 | 100010 |
Color Harmonies of #836A28
Complementary color
Monochromatic Colors of #836A28
Black with #836A28
Text Example
Text Example
White with #836A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A28; }
p { color: rgb(131,106,40); }
H1.HeaderClassName
{
color: #836A28;
}
.AnyTagClassName
{
color: #836A28;
}
</style>
background-color css
<style>
a { background-color: #836A28; }
a { background-color: rgb(131,106,40); }
div.DivClassName
{
background-color: #836A28;
}
.BgClassName
{
background-color: #836A28;
}
</style>
border-color css
<style>
span { border-color: #836A28; }
span { border-color: rgb(131,106,40); }
td.TdClassName
{
border-color: #836A28;
}
.TagClassName
{
border-color: #836A28;
}
</style>