Shades of Yukon Gold #84690C
Tints of Yukon Gold #84690C
RGB
CMYK
RGB Variations
Color information
#84690C (or 0x84690C) is known color: Yukon Gold. HEX triplet: 84, 69 and 0C. RGB value is (132,105,12). Sum of RGB (Red+Green+Blue) = 132+105+12=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84690C is #7B96F3. Grayscale: #666666. Windows color (decimal): -8099572 or 813444. OLE color: 813444.
HSL color Cylindrical-coordinate representation of color #84690C: hue angle of 46.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84690C is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 12 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.48 |
| HSL | 46.5º | 0.83% | 0.28% | - |
| HSV(B) | 46.5º | 0.91% | 0.52% | - |
| XYZ | 14.63 | 15.04 | 2.48 | - |
| YUV | 102.47 | 76.95 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 12 | 0 | 0.20 | 0.91 | 0.48 | 46.5 | 0.83 | 0.28 |
| Hex | 84 | 69 | C | 0 | 14 | 5B | 30 | 2E | 53 | 1C |
| Octal | 204 | 151 | 14 | 0 | 24 | 133 | 60 | 56 | 123 | 34 |
| Binary | 10000100 | 1101001 | 1100 | 0 | 10100 | 1011011 | 110000 | 101110 | 1010011 | 11100 |
Color Harmonies of #84690C
Complementary color
Monochromatic Colors of #84690C
Black with #84690C
Text Example
Text Example
White with #84690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84690C; }
p { color: rgb(132,105,12); }
H1.HeaderClassName
{
color: #84690C;
}
.AnyTagClassName
{
color: #84690C;
}
</style>
background-color css
<style>
a { background-color: #84690C; }
a { background-color: rgb(132,105,12); }
div.DivClassName
{
background-color: #84690C;
}
.BgClassName
{
background-color: #84690C;
}
</style>
border-color css
<style>
span { border-color: #84690C; }
span { border-color: rgb(132,105,12); }
td.TdClassName
{
border-color: #84690C;
}
.TagClassName
{
border-color: #84690C;
}
</style>