Shades of Yukon Gold #84671E
Tints of Yukon Gold #84671E
RGB
CMYK
RGB Variations
Color information
#84671E (or 0x84671E) is known color: Yukon Gold. HEX triplet: 84, 67 and 1E. RGB value is (132,103,30). Sum of RGB (Red+Green+Blue) = 132+103+30=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84671E is #7B98E1. Grayscale: #676767. Windows color (decimal): -8100066 or 1992580. OLE color: 1992580.
HSL color Cylindrical-coordinate representation of color #84671E: hue angle of 42.94º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84671E is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 103 | 30 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.48 |
| HSL | 42.94º | 0.63% | 0.32% | - |
| HSV(B) | 42.94º | 0.77% | 0.52% | - |
| XYZ | 14.6 | 14.7 | 3.3 | - |
| YUV | 103.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 30 | 0 | 0.22 | 0.77 | 0.48 | 42.94 | 0.63 | 0.32 |
| Hex | 84 | 67 | 1E | 0 | 16 | 4D | 30 | 2B | 3F | 20 |
| Octal | 204 | 147 | 36 | 0 | 26 | 115 | 60 | 53 | 77 | 40 |
| Binary | 10000100 | 1100111 | 11110 | 0 | 10110 | 1001101 | 110000 | 101011 | 111111 | 100000 |
Color Harmonies of #84671E
Complementary color
Monochromatic Colors of #84671E
Black with #84671E
Text Example
Text Example
White with #84671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84671E; }
p { color: rgb(132,103,30); }
H1.HeaderClassName
{
color: #84671E;
}
.AnyTagClassName
{
color: #84671E;
}
</style>
background-color css
<style>
a { background-color: #84671E; }
a { background-color: rgb(132,103,30); }
div.DivClassName
{
background-color: #84671E;
}
.BgClassName
{
background-color: #84671E;
}
</style>
border-color css
<style>
span { border-color: #84671E; }
span { border-color: rgb(132,103,30); }
td.TdClassName
{
border-color: #84671E;
}
.TagClassName
{
border-color: #84671E;
}
</style>