Shades of Nutmeg #86463A
Tints of Nutmeg #86463A
RGB
CMYK
RGB Variations
Color information
#86463A (or 0x86463A) is known color: Nutmeg. HEX triplet: 86, 46 and 3A. RGB value is (134,70,58). Sum of RGB (Red+Green+Blue) = 134+70+58=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86463A is #79B9C5. Grayscale: #575757. Windows color (decimal): -7977414 or 3819142. OLE color: 3819142.
HSL color Cylindrical-coordinate representation of color #86463A: hue angle of 9.47º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86463A is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 58 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.47 |
| HSL | 9.47º | 0.4% | 0.38% | - |
| HSV(B) | 9.47º | 0.57% | 0.53% | - |
| XYZ | 12.79 | 9.75 | 5.21 | - |
| YUV | 87.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 58 | 0 | 0.48 | 0.57 | 0.47 | 9.47 | 0.4 | 0.38 |
| Hex | 86 | 46 | 3A | 0 | 30 | 39 | 2F | 9 | 28 | 26 |
| Octal | 206 | 106 | 72 | 0 | 60 | 71 | 57 | 11 | 50 | 46 |
| Binary | 10000110 | 1000110 | 111010 | 0 | 110000 | 111001 | 101111 | 1001 | 101000 | 100110 |
Color Harmonies of #86463A
Complementary color
Monochromatic Colors of #86463A
Black with #86463A
Text Example
Text Example
White with #86463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86463A; }
p { color: rgb(134,70,58); }
H1.HeaderClassName
{
color: #86463A;
}
.AnyTagClassName
{
color: #86463A;
}
</style>
background-color css
<style>
a { background-color: #86463A; }
a { background-color: rgb(134,70,58); }
div.DivClassName
{
background-color: #86463A;
}
.BgClassName
{
background-color: #86463A;
}
</style>
border-color css
<style>
span { border-color: #86463A; }
span { border-color: rgb(134,70,58); }
td.TdClassName
{
border-color: #86463A;
}
.TagClassName
{
border-color: #86463A;
}
</style>