Shades of Yukon Gold #836C26
Tints of Yukon Gold #836C26
RGB
CMYK
RGB Variations
Color information
#836C26 (or 0x836C26) is known color: Yukon Gold. HEX triplet: 83, 6C and 26. RGB value is (131,108,38). Sum of RGB (Red+Green+Blue) = 131+108+38=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #836C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836C26 is #7C93D9. Grayscale: #6B6B6B. Windows color (decimal): -8164314 or 2518147. OLE color: 2518147.
HSL color Cylindrical-coordinate representation of color #836C26: hue angle of 45.16º 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 #836C26 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 108 | 38 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.49 |
| HSL | 45.16º | 0.55% | 0.33% | - |
| HSV(B) | 45.16º | 0.71% | 0.51% | - |
| XYZ | 15.07 | 15.69 | 4.07 | - |
| YUV | 106.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 38 | 0 | 0.18 | 0.71 | 0.49 | 45.16 | 0.55 | 0.33 |
| Hex | 83 | 6C | 26 | 0 | 12 | 47 | 31 | 2D | 37 | 21 |
| Octal | 203 | 154 | 46 | 0 | 22 | 107 | 61 | 55 | 67 | 41 |
| Binary | 10000011 | 1101100 | 100110 | 0 | 10010 | 1000111 | 110001 | 101101 | 110111 | 100001 |
Color Harmonies of #836C26
Complementary color
Monochromatic Colors of #836C26
Black with #836C26
Text Example
Text Example
White with #836C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836C26; }
p { color: rgb(131,108,38); }
H1.HeaderClassName
{
color: #836C26;
}
.AnyTagClassName
{
color: #836C26;
}
</style>
background-color css
<style>
a { background-color: #836C26; }
a { background-color: rgb(131,108,38); }
div.DivClassName
{
background-color: #836C26;
}
.BgClassName
{
background-color: #836C26;
}
</style>
border-color css
<style>
span { border-color: #836C26; }
span { border-color: rgb(131,108,38); }
td.TdClassName
{
border-color: #836C26;
}
.TagClassName
{
border-color: #836C26;
}
</style>