Shades of Stiletto #863D3E
Tints of Stiletto #863D3E
RGB
CMYK
RGB Variations
Color information
#863D3E (or 0x863D3E) is known color: Stiletto. HEX triplet: 86, 3D and 3E. RGB value is (134,61,62). Sum of RGB (Red+Green+Blue) = 134+61+62=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #863D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D3E is #79C2C1. Grayscale: #535353. Windows color (decimal): -7979714 or 4078982. OLE color: 4078982.
HSL color Cylindrical-coordinate representation of color #863D3E: hue angle of 359.18º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863D3E is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 62 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.47 |
| HSL | 359.18º | 0.37% | 0.38% | - |
| HSV(B) | 359.18º | 0.54% | 0.53% | - |
| XYZ | 12.37 | 8.75 | 5.6 | - |
| YUV | 82.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 62 | 0 | 0.54 | 0.54 | 0.47 | 359.18 | 0.37 | 0.38 |
| Hex | 86 | 3D | 3E | 0 | 36 | 36 | 2F | 167 | 25 | 26 |
| Octal | 206 | 75 | 76 | 0 | 66 | 66 | 57 | 547 | 45 | 46 |
| Binary | 10000110 | 111101 | 111110 | 0 | 110110 | 110110 | 101111 | 101100111 | 100101 | 100110 |
Color Harmonies of #863D3E
Complementary color
Monochromatic Colors of #863D3E
Black with #863D3E
Text Example
Text Example
White with #863D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D3E; }
p { color: rgb(134,61,62); }
H1.HeaderClassName
{
color: #863D3E;
}
.AnyTagClassName
{
color: #863D3E;
}
</style>
background-color css
<style>
a { background-color: #863D3E; }
a { background-color: rgb(134,61,62); }
div.DivClassName
{
background-color: #863D3E;
}
.BgClassName
{
background-color: #863D3E;
}
</style>
border-color css
<style>
span { border-color: #863D3E; }
span { border-color: rgb(134,61,62); }
td.TdClassName
{
border-color: #863D3E;
}
.TagClassName
{
border-color: #863D3E;
}
</style>