Shades of Yukon Gold #84610C
Tints of Yukon Gold #84610C
RGB
CMYK
RGB Variations
Color information
#84610C (or 0x84610C) is known color: Yukon Gold. HEX triplet: 84, 61 and 0C. RGB value is (132,97,12). Sum of RGB (Red+Green+Blue) = 132+97+12=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84610C is #7B9EF3. Grayscale: #626262. Windows color (decimal): -8101620 or 811396. OLE color: 811396.
HSL color Cylindrical-coordinate representation of color #84610C: hue angle of 42.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 #84610C is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 97 | 12 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.48 |
| HSL | 42.5º | 0.83% | 0.28% | - |
| HSV(B) | 42.5º | 0.91% | 0.52% | - |
| XYZ | 13.86 | 13.48 | 2.22 | - |
| YUV | 97.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 12 | 0 | 0.27 | 0.91 | 0.48 | 42.5 | 0.83 | 0.28 |
| Hex | 84 | 61 | C | 0 | 1B | 5B | 30 | 2A | 53 | 1C |
| Octal | 204 | 141 | 14 | 0 | 33 | 133 | 60 | 52 | 123 | 34 |
| Binary | 10000100 | 1100001 | 1100 | 0 | 11011 | 1011011 | 110000 | 101010 | 1010011 | 11100 |
Color Harmonies of #84610C
Complementary color
Monochromatic Colors of #84610C
Black with #84610C
Text Example
Text Example
White with #84610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84610C; }
p { color: rgb(132,97,12); }
H1.HeaderClassName
{
color: #84610C;
}
.AnyTagClassName
{
color: #84610C;
}
</style>
background-color css
<style>
a { background-color: #84610C; }
a { background-color: rgb(132,97,12); }
div.DivClassName
{
background-color: #84610C;
}
.BgClassName
{
background-color: #84610C;
}
</style>
border-color css
<style>
span { border-color: #84610C; }
span { border-color: rgb(132,97,12); }
td.TdClassName
{
border-color: #84610C;
}
.TagClassName
{
border-color: #84610C;
}
</style>