Shades of Yukon Gold #84640E
Tints of Yukon Gold #84640E
RGB
CMYK
RGB Variations
Color information
#84640E (or 0x84640E) is known color: Yukon Gold. HEX triplet: 84, 64 and 0E. RGB value is (132,100,14). Sum of RGB (Red+Green+Blue) = 132+100+14=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84640E is #7B9BF1. Grayscale: #646464. Windows color (decimal): -8100850 or 943236. OLE color: 943236.
HSL color Cylindrical-coordinate representation of color #84640E: hue angle of 43.73º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84640E is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 100 | 14 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.48 |
| HSL | 43.73º | 0.81% | 0.29% | - |
| HSV(B) | 43.73º | 0.89% | 0.52% | - |
| XYZ | 14.15 | 14.05 | 2.38 | - |
| YUV | 99.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 14 | 0 | 0.24 | 0.89 | 0.48 | 43.73 | 0.81 | 0.29 |
| Hex | 84 | 64 | E | 0 | 18 | 59 | 30 | 2C | 51 | 1D |
| Octal | 204 | 144 | 16 | 0 | 30 | 131 | 60 | 54 | 121 | 35 |
| Binary | 10000100 | 1100100 | 1110 | 0 | 11000 | 1011001 | 110000 | 101100 | 1010001 | 11101 |
Color Harmonies of #84640E
Complementary color
Monochromatic Colors of #84640E
Black with #84640E
Text Example
Text Example
White with #84640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84640E; }
p { color: rgb(132,100,14); }
H1.HeaderClassName
{
color: #84640E;
}
.AnyTagClassName
{
color: #84640E;
}
</style>
background-color css
<style>
a { background-color: #84640E; }
a { background-color: rgb(132,100,14); }
div.DivClassName
{
background-color: #84640E;
}
.BgClassName
{
background-color: #84640E;
}
</style>
border-color css
<style>
span { border-color: #84640E; }
span { border-color: rgb(132,100,14); }
td.TdClassName
{
border-color: #84640E;
}
.TagClassName
{
border-color: #84640E;
}
</style>