Shades of Yukon Gold #84681F
Tints of Yukon Gold #84681F
RGB
CMYK
RGB Variations
Color information
#84681F (or 0x84681F) is known color: Yukon Gold. HEX triplet: 84, 68 and 1F. RGB value is (132,104,31). Sum of RGB (Red+Green+Blue) = 132+104+31=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 132 - color contains mainly: red. Hex color #84681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84681F is #7B97E0. Grayscale: #686868. Windows color (decimal): -8099809 or 2058372. OLE color: 2058372.
HSL color Cylindrical-coordinate representation of color #84681F: hue angle of 43.37º degrees, saturation: 0.62, 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 #84681F is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 104 | 31 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.48 |
| HSL | 43.37º | 0.62% | 0.32% | - |
| HSV(B) | 43.37º | 0.77% | 0.52% | - |
| XYZ | 14.71 | 14.91 | 3.4 | - |
| YUV | 104.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 31 | 0 | 0.21 | 0.77 | 0.48 | 43.37 | 0.62 | 0.32 |
| Hex | 84 | 68 | 1F | 0 | 15 | 4D | 30 | 2B | 3E | 20 |
| Octal | 204 | 150 | 37 | 0 | 25 | 115 | 60 | 53 | 76 | 40 |
| Binary | 10000100 | 1101000 | 11111 | 0 | 10101 | 1001101 | 110000 | 101011 | 111110 | 100000 |
Color Harmonies of #84681F
Complementary color
Monochromatic Colors of #84681F
Black with #84681F
Text Example
Text Example
White with #84681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84681F; }
p { color: rgb(132,104,31); }
H1.HeaderClassName
{
color: #84681F;
}
.AnyTagClassName
{
color: #84681F;
}
</style>
background-color css
<style>
a { background-color: #84681F; }
a { background-color: rgb(132,104,31); }
div.DivClassName
{
background-color: #84681F;
}
.BgClassName
{
background-color: #84681F;
}
</style>
border-color css
<style>
span { border-color: #84681F; }
span { border-color: rgb(132,104,31); }
td.TdClassName
{
border-color: #84681F;
}
.TagClassName
{
border-color: #84681F;
}
</style>