Shades of Yukon Gold #84681D
Tints of Yukon Gold #84681D
RGB
CMYK
RGB Variations
Color information
#84681D (or 0x84681D) is known color: Yukon Gold. HEX triplet: 84, 68 and 1D. RGB value is (132,104,29). Sum of RGB (Red+Green+Blue) = 132+104+29=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84681D is #7B97E2. Grayscale: #686868. Windows color (decimal): -8099811 or 1927300. OLE color: 1927300.
HSL color Cylindrical-coordinate representation of color #84681D: hue angle of 43.69º 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 #84681D is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 104 | 29 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.48 |
| HSL | 43.69º | 0.64% | 0.32% | - |
| HSV(B) | 43.69º | 0.78% | 0.52% | - |
| XYZ | 14.69 | 14.89 | 3.26 | - |
| YUV | 103.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 29 | 0 | 0.21 | 0.78 | 0.48 | 43.69 | 0.64 | 0.32 |
| Hex | 84 | 68 | 1D | 0 | 15 | 4E | 30 | 2C | 40 | 20 |
| Octal | 204 | 150 | 35 | 0 | 25 | 116 | 60 | 54 | 100 | 40 |
| Binary | 10000100 | 1101000 | 11101 | 0 | 10101 | 1001110 | 110000 | 101100 | 1000000 | 100000 |
Color Harmonies of #84681D
Complementary color
Monochromatic Colors of #84681D
Black with #84681D
Text Example
Text Example
White with #84681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84681D; }
p { color: rgb(132,104,29); }
H1.HeaderClassName
{
color: #84681D;
}
.AnyTagClassName
{
color: #84681D;
}
</style>
background-color css
<style>
a { background-color: #84681D; }
a { background-color: rgb(132,104,29); }
div.DivClassName
{
background-color: #84681D;
}
.BgClassName
{
background-color: #84681D;
}
</style>
border-color css
<style>
span { border-color: #84681D; }
span { border-color: rgb(132,104,29); }
td.TdClassName
{
border-color: #84681D;
}
.TagClassName
{
border-color: #84681D;
}
</style>