Shades of Yukon Gold #84611C
Tints of Yukon Gold #84611C
RGB
CMYK
RGB Variations
Color information
#84611C (or 0x84611C) is known color: Yukon Gold. HEX triplet: 84, 61 and 1C. RGB value is (132,97,28). Sum of RGB (Red+Green+Blue) = 132+97+28=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84611C is #7B9EE3. Grayscale: #636363. Windows color (decimal): -8101604 or 1859972. OLE color: 1859972.
HSL color Cylindrical-coordinate representation of color #84611C: hue angle of 39.81º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84611C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 97 | 28 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.48 |
| HSL | 39.81º | 0.65% | 0.31% | - |
| HSV(B) | 39.81º | 0.79% | 0.52% | - |
| XYZ | 14 | 13.54 | 2.97 | - |
| YUV | 99.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 28 | 0 | 0.27 | 0.79 | 0.48 | 39.81 | 0.65 | 0.31 |
| Hex | 84 | 61 | 1C | 0 | 1B | 4F | 30 | 28 | 41 | 1F |
| Octal | 204 | 141 | 34 | 0 | 33 | 117 | 60 | 50 | 101 | 37 |
| Binary | 10000100 | 1100001 | 11100 | 0 | 11011 | 1001111 | 110000 | 101000 | 1000001 | 11111 |
Color Harmonies of #84611C
Complementary color
Monochromatic Colors of #84611C
Black with #84611C
Text Example
Text Example
White with #84611C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84611C; }
p { color: rgb(132,97,28); }
H1.HeaderClassName
{
color: #84611C;
}
.AnyTagClassName
{
color: #84611C;
}
</style>
background-color css
<style>
a { background-color: #84611C; }
a { background-color: rgb(132,97,28); }
div.DivClassName
{
background-color: #84611C;
}
.BgClassName
{
background-color: #84611C;
}
</style>
border-color css
<style>
span { border-color: #84611C; }
span { border-color: rgb(132,97,28); }
td.TdClassName
{
border-color: #84611C;
}
.TagClassName
{
border-color: #84611C;
}
</style>