Shades of Yukon Gold #836F26
Tints of Yukon Gold #836F26
RGB
CMYK
RGB Variations
Color information
#836F26 (or 0x836F26) is known color: Yukon Gold. HEX triplet: 83, 6F and 26. RGB value is (131,111,38). Sum of RGB (Red+Green+Blue) = 131+111+38=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #836F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836F26 is #7C90D9. Grayscale: #6C6C6C. Windows color (decimal): -8163546 or 2518915. OLE color: 2518915.
HSL color Cylindrical-coordinate representation of color #836F26: hue angle of 47.1º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #836F26 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 111 | 38 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.49 |
| HSL | 47.1º | 0.55% | 0.33% | - |
| HSV(B) | 47.1º | 0.71% | 0.51% | - |
| XYZ | 15.39 | 16.33 | 4.18 | - |
| YUV | 108.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 38 | 0 | 0.15 | 0.71 | 0.49 | 47.1 | 0.55 | 0.33 |
| Hex | 83 | 6F | 26 | 0 | F | 47 | 31 | 2F | 37 | 21 |
| Octal | 203 | 157 | 46 | 0 | 17 | 107 | 61 | 57 | 67 | 41 |
| Binary | 10000011 | 1101111 | 100110 | 0 | 1111 | 1000111 | 110001 | 101111 | 110111 | 100001 |
Color Harmonies of #836F26
Complementary color
Monochromatic Colors of #836F26
Black with #836F26
Text Example
Text Example
White with #836F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F26; }
p { color: rgb(131,111,38); }
H1.HeaderClassName
{
color: #836F26;
}
.AnyTagClassName
{
color: #836F26;
}
</style>
background-color css
<style>
a { background-color: #836F26; }
a { background-color: rgb(131,111,38); }
div.DivClassName
{
background-color: #836F26;
}
.BgClassName
{
background-color: #836F26;
}
</style>
border-color css
<style>
span { border-color: #836F26; }
span { border-color: rgb(131,111,38); }
td.TdClassName
{
border-color: #836F26;
}
.TagClassName
{
border-color: #836F26;
}
</style>