Shades of Yukon Gold #836F0C
Tints of Yukon Gold #836F0C
RGB
CMYK
RGB Variations
Color information
#836F0C (or 0x836F0C) is known color: Yukon Gold. HEX triplet: 83, 6F and 0C. RGB value is (131,111,12). Sum of RGB (Red+Green+Blue) = 131+111+12=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #836F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #836F0C is #7C90F3. Grayscale: #6A6A6A. Windows color (decimal): -8163572 or 814979. OLE color: 814979.
HSL color Cylindrical-coordinate representation of color #836F0C: hue angle of 49.92º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #836F0C is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 111 | 12 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.49 |
| HSL | 49.92º | 0.83% | 0.28% | - |
| HSV(B) | 49.92º | 0.91% | 0.51% | - |
| XYZ | 15.11 | 16.22 | 2.68 | - |
| YUV | 105.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 111 | 12 | 0 | 0.15 | 0.91 | 0.49 | 49.92 | 0.83 | 0.28 |
| Hex | 83 | 6F | C | 0 | F | 5B | 31 | 32 | 53 | 1C |
| Octal | 203 | 157 | 14 | 0 | 17 | 133 | 61 | 62 | 123 | 34 |
| Binary | 10000011 | 1101111 | 1100 | 0 | 1111 | 1011011 | 110001 | 110010 | 1010011 | 11100 |
Color Harmonies of #836F0C
Complementary color
Monochromatic Colors of #836F0C
Black with #836F0C
Text Example
Text Example
White with #836F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836F0C; }
p { color: rgb(131,111,12); }
H1.HeaderClassName
{
color: #836F0C;
}
.AnyTagClassName
{
color: #836F0C;
}
</style>
background-color css
<style>
a { background-color: #836F0C; }
a { background-color: rgb(131,111,12); }
div.DivClassName
{
background-color: #836F0C;
}
.BgClassName
{
background-color: #836F0C;
}
</style>
border-color css
<style>
span { border-color: #836F0C; }
span { border-color: rgb(131,111,12); }
td.TdClassName
{
border-color: #836F0C;
}
.TagClassName
{
border-color: #836F0C;
}
</style>