Shades of Yukon Gold #84671D
Tints of Yukon Gold #84671D
RGB
CMYK
RGB Variations
Color information
#84671D (or 0x84671D) is known color: Yukon Gold. HEX triplet: 84, 67 and 1D. RGB value is (132,103,29). Sum of RGB (Red+Green+Blue) = 132+103+29=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84671D is #7B98E2. Grayscale: #676767. Windows color (decimal): -8100067 or 1927044. OLE color: 1927044.
HSL color Cylindrical-coordinate representation of color #84671D: hue angle of 43.11º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84671D is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 103 | 29 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.48 |
| HSL | 43.11º | 0.64% | 0.32% | - |
| HSV(B) | 43.11º | 0.78% | 0.52% | - |
| XYZ | 14.59 | 14.69 | 3.23 | - |
| YUV | 103.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 29 | 0 | 0.22 | 0.78 | 0.48 | 43.11 | 0.64 | 0.32 |
| Hex | 84 | 67 | 1D | 0 | 16 | 4E | 30 | 2B | 40 | 20 |
| Octal | 204 | 147 | 35 | 0 | 26 | 116 | 60 | 53 | 100 | 40 |
| Binary | 10000100 | 1100111 | 11101 | 0 | 10110 | 1001110 | 110000 | 101011 | 1000000 | 100000 |
Color Harmonies of #84671D
Complementary color
Monochromatic Colors of #84671D
Black with #84671D
Text Example
Text Example
White with #84671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84671D; }
p { color: rgb(132,103,29); }
H1.HeaderClassName
{
color: #84671D;
}
.AnyTagClassName
{
color: #84671D;
}
</style>
background-color css
<style>
a { background-color: #84671D; }
a { background-color: rgb(132,103,29); }
div.DivClassName
{
background-color: #84671D;
}
.BgClassName
{
background-color: #84671D;
}
</style>
border-color css
<style>
span { border-color: #84671D; }
span { border-color: rgb(132,103,29); }
td.TdClassName
{
border-color: #84671D;
}
.TagClassName
{
border-color: #84671D;
}
</style>