Shades of Yukon Gold #83610E
Tints of Yukon Gold #83610E
RGB
CMYK
RGB Variations
Color information
#83610E (or 0x83610E) is known color: Yukon Gold. HEX triplet: 83, 61 and 0E. RGB value is (131,97,14). Sum of RGB (Red+Green+Blue) = 131+97+14=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83610E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #83610E is #7C9EF1. Grayscale: #626262. Windows color (decimal): -8167154 or 942467. OLE color: 942467.
HSL color Cylindrical-coordinate representation of color #83610E: hue angle of 42.56º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83610E is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 97 | 14 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.49 |
| HSL | 42.56º | 0.81% | 0.28% | - |
| HSV(B) | 42.56º | 0.89% | 0.51% | - |
| XYZ | 13.71 | 13.41 | 2.28 | - |
| YUV | 97.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 14 | 0 | 0.26 | 0.89 | 0.49 | 42.56 | 0.81 | 0.28 |
| Hex | 83 | 61 | E | 0 | 1A | 59 | 31 | 2B | 51 | 1C |
| Octal | 203 | 141 | 16 | 0 | 32 | 131 | 61 | 53 | 121 | 34 |
| Binary | 10000011 | 1100001 | 1110 | 0 | 11010 | 1011001 | 110001 | 101011 | 1010001 | 11100 |
Color Harmonies of #83610E
Complementary color
Monochromatic Colors of #83610E
Black with #83610E
Text Example
Text Example
White with #83610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83610E; }
p { color: rgb(131,97,14); }
H1.HeaderClassName
{
color: #83610E;
}
.AnyTagClassName
{
color: #83610E;
}
</style>
background-color css
<style>
a { background-color: #83610E; }
a { background-color: rgb(131,97,14); }
div.DivClassName
{
background-color: #83610E;
}
.BgClassName
{
background-color: #83610E;
}
</style>
border-color css
<style>
span { border-color: #83610E; }
span { border-color: rgb(131,97,14); }
td.TdClassName
{
border-color: #83610E;
}
.TagClassName
{
border-color: #83610E;
}
</style>