Shades of Yukon Gold #84610D
Tints of Yukon Gold #84610D
RGB
CMYK
RGB Variations
Color information
#84610D (or 0x84610D) is known color: Yukon Gold. HEX triplet: 84, 61 and 0D. RGB value is (132,97,13). Sum of RGB (Red+Green+Blue) = 132+97+13=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #84610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84610D is #7B9EF2. Grayscale: #626262. Windows color (decimal): -8101619 or 876932. OLE color: 876932.
HSL color Cylindrical-coordinate representation of color #84610D: hue angle of 42.35º 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 #84610D is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 97 | 13 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.48 |
| HSL | 42.35º | 0.82% | 0.28% | - |
| HSV(B) | 42.35º | 0.9% | 0.52% | - |
| XYZ | 13.86 | 13.48 | 2.25 | - |
| YUV | 97.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 13 | 0 | 0.27 | 0.90 | 0.48 | 42.35 | 0.82 | 0.28 |
| Hex | 84 | 61 | D | 0 | 1B | 5A | 30 | 2A | 52 | 1C |
| Octal | 204 | 141 | 15 | 0 | 33 | 132 | 60 | 52 | 122 | 34 |
| Binary | 10000100 | 1100001 | 1101 | 0 | 11011 | 1011010 | 110000 | 101010 | 1010010 | 11100 |
Color Harmonies of #84610D
Complementary color
Monochromatic Colors of #84610D
Black with #84610D
Text Example
Text Example
White with #84610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84610D; }
p { color: rgb(132,97,13); }
H1.HeaderClassName
{
color: #84610D;
}
.AnyTagClassName
{
color: #84610D;
}
</style>
background-color css
<style>
a { background-color: #84610D; }
a { background-color: rgb(132,97,13); }
div.DivClassName
{
background-color: #84610D;
}
.BgClassName
{
background-color: #84610D;
}
</style>
border-color css
<style>
span { border-color: #84610D; }
span { border-color: rgb(132,97,13); }
td.TdClassName
{
border-color: #84610D;
}
.TagClassName
{
border-color: #84610D;
}
</style>