Shades of Stiletto #863B3E
Tints of Stiletto #863B3E
RGB
CMYK
RGB Variations
Color information
#863B3E (or 0x863B3E) is known color: Stiletto. HEX triplet: 86, 3B and 3E. RGB value is (134,59,62). Sum of RGB (Red+Green+Blue) = 134+59+62=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #863B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B3E is #79C4C1. Grayscale: #515151. Windows color (decimal): -7980226 or 4078470. OLE color: 4078470.
HSL color Cylindrical-coordinate representation of color #863B3E: hue angle of 357.6º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863B3E is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 62 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.47 |
| HSL | 357.6º | 0.39% | 0.38% | - |
| HSV(B) | 357.6º | 0.56% | 0.53% | - |
| XYZ | 12.26 | 8.54 | 5.56 | - |
| YUV | 81.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 62 | 0 | 0.56 | 0.54 | 0.47 | 357.6 | 0.39 | 0.38 |
| Hex | 86 | 3B | 3E | 0 | 38 | 36 | 2F | 166 | 27 | 26 |
| Octal | 206 | 73 | 76 | 0 | 70 | 66 | 57 | 546 | 47 | 46 |
| Binary | 10000110 | 111011 | 111110 | 0 | 111000 | 110110 | 101111 | 101100110 | 100111 | 100110 |
Color Harmonies of #863B3E
Complementary color
Monochromatic Colors of #863B3E
Black with #863B3E
Text Example
Text Example
White with #863B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B3E; }
p { color: rgb(134,59,62); }
H1.HeaderClassName
{
color: #863B3E;
}
.AnyTagClassName
{
color: #863B3E;
}
</style>
background-color css
<style>
a { background-color: #863B3E; }
a { background-color: rgb(134,59,62); }
div.DivClassName
{
background-color: #863B3E;
}
.BgClassName
{
background-color: #863B3E;
}
</style>
border-color css
<style>
span { border-color: #863B3E; }
span { border-color: rgb(134,59,62); }
td.TdClassName
{
border-color: #863B3E;
}
.TagClassName
{
border-color: #863B3E;
}
</style>