Shades of Yukon Gold #84611B
Tints of Yukon Gold #84611B
RGB
CMYK
RGB Variations
Color information
#84611B (or 0x84611B) is known color: Yukon Gold. HEX triplet: 84, 61 and 1B. RGB value is (132,97,27). Sum of RGB (Red+Green+Blue) = 132+97+27=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #84611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84611B is #7B9EE4. Grayscale: #636363. Windows color (decimal): -8101605 or 1794436. OLE color: 1794436.
HSL color Cylindrical-coordinate representation of color #84611B: hue angle of 40º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84611B is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 97 | 27 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.48 |
| HSL | 40º | 0.66% | 0.31% | - |
| HSV(B) | 40º | 0.8% | 0.52% | - |
| XYZ | 13.99 | 13.53 | 2.91 | - |
| YUV | 99.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 27 | 0 | 0.27 | 0.80 | 0.48 | 40 | 0.66 | 0.31 |
| Hex | 84 | 61 | 1B | 0 | 1B | 50 | 30 | 28 | 42 | 1F |
| Octal | 204 | 141 | 33 | 0 | 33 | 120 | 60 | 50 | 102 | 37 |
| Binary | 10000100 | 1100001 | 11011 | 0 | 11011 | 1010000 | 110000 | 101000 | 1000010 | 11111 |
Color Harmonies of #84611B
Complementary color
Monochromatic Colors of #84611B
Black with #84611B
Text Example
Text Example
White with #84611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84611B; }
p { color: rgb(132,97,27); }
H1.HeaderClassName
{
color: #84611B;
}
.AnyTagClassName
{
color: #84611B;
}
</style>
background-color css
<style>
a { background-color: #84611B; }
a { background-color: rgb(132,97,27); }
div.DivClassName
{
background-color: #84611B;
}
.BgClassName
{
background-color: #84611B;
}
</style>
border-color css
<style>
span { border-color: #84611B; }
span { border-color: rgb(132,97,27); }
td.TdClassName
{
border-color: #84611B;
}
.TagClassName
{
border-color: #84611B;
}
</style>