Shades of Yukon Gold #836D09
Tints of Yukon Gold #836D09
RGB
CMYK
RGB Variations
Color information
#836D09 (or 0x836D09) is known color: Yukon Gold. HEX triplet: 83, 6D and 09. RGB value is (131,109,9). Sum of RGB (Red+Green+Blue) = 131+109+9=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #836D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836D09 is #7C92F6. Grayscale: #686868. Windows color (decimal): -8164087 or 617859. OLE color: 617859.
HSL color Cylindrical-coordinate representation of color #836D09: hue angle of 49.18º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #836D09 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 109 | 9 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.49 |
| HSL | 49.18º | 0.87% | 0.27% | - |
| HSV(B) | 49.18º | 0.93% | 0.51% | - |
| XYZ | 14.88 | 15.78 | 2.52 | - |
| YUV | 104.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 9 | 0 | 0.17 | 0.93 | 0.49 | 49.18 | 0.87 | 0.27 |
| Hex | 83 | 6D | 9 | 0 | 11 | 5D | 31 | 31 | 57 | 1B |
| Octal | 203 | 155 | 11 | 0 | 21 | 135 | 61 | 61 | 127 | 33 |
| Binary | 10000011 | 1101101 | 1001 | 0 | 10001 | 1011101 | 110001 | 110001 | 1010111 | 11011 |
Color Harmonies of #836D09
Complementary color
Monochromatic Colors of #836D09
Black with #836D09
Text Example
Text Example
White with #836D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836D09; }
p { color: rgb(131,109,9); }
H1.HeaderClassName
{
color: #836D09;
}
.AnyTagClassName
{
color: #836D09;
}
</style>
background-color css
<style>
a { background-color: #836D09; }
a { background-color: rgb(131,109,9); }
div.DivClassName
{
background-color: #836D09;
}
.BgClassName
{
background-color: #836D09;
}
</style>
border-color css
<style>
span { border-color: #836D09; }
span { border-color: rgb(131,109,9); }
td.TdClassName
{
border-color: #836D09;
}
.TagClassName
{
border-color: #836D09;
}
</style>