Shades of Yukon Gold #84690D
Tints of Yukon Gold #84690D
RGB
CMYK
RGB Variations
Color information
#84690D (or 0x84690D) is known color: Yukon Gold. HEX triplet: 84, 69 and 0D. RGB value is (132,105,13). Sum of RGB (Red+Green+Blue) = 132+105+13=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #84690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84690D is #7B96F2. Grayscale: #666666. Windows color (decimal): -8099571 or 878980. OLE color: 878980.
HSL color Cylindrical-coordinate representation of color #84690D: hue angle of 46.39º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84690D is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 13 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.48 |
| HSL | 46.39º | 0.82% | 0.28% | - |
| HSV(B) | 46.39º | 0.9% | 0.52% | - |
| XYZ | 14.64 | 15.04 | 2.51 | - |
| YUV | 102.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 13 | 0 | 0.20 | 0.90 | 0.48 | 46.39 | 0.82 | 0.28 |
| Hex | 84 | 69 | D | 0 | 14 | 5A | 30 | 2E | 52 | 1C |
| Octal | 204 | 151 | 15 | 0 | 24 | 132 | 60 | 56 | 122 | 34 |
| Binary | 10000100 | 1101001 | 1101 | 0 | 10100 | 1011010 | 110000 | 101110 | 1010010 | 11100 |
Color Harmonies of #84690D
Complementary color
Monochromatic Colors of #84690D
Black with #84690D
Text Example
Text Example
White with #84690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84690D; }
p { color: rgb(132,105,13); }
H1.HeaderClassName
{
color: #84690D;
}
.AnyTagClassName
{
color: #84690D;
}
</style>
background-color css
<style>
a { background-color: #84690D; }
a { background-color: rgb(132,105,13); }
div.DivClassName
{
background-color: #84690D;
}
.BgClassName
{
background-color: #84690D;
}
</style>
border-color css
<style>
span { border-color: #84690D; }
span { border-color: rgb(132,105,13); }
td.TdClassName
{
border-color: #84690D;
}
.TagClassName
{
border-color: #84690D;
}
</style>