Shades of Rope #96593B
Tints of Rope #96593B
RGB
CMYK
RGB Variations
Color information
#96593B (or 0x96593B) is known color: Rope. HEX triplet: 96, 59 and 3B. RGB value is (150,89,59). Sum of RGB (Red+Green+Blue) = 150+89+59=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96593B is #69A6C4. Grayscale: #676767. Windows color (decimal): -6923973 or 3889558. OLE color: 3889558.
HSL color Cylindrical-coordinate representation of color #96593B: hue angle of 19.78º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96593B is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 59 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.41 |
| HSL | 19.78º | 0.44% | 0.41% | - |
| HSV(B) | 19.78º | 0.61% | 0.59% | - |
| XYZ | 16.94 | 13.94 | 5.94 | - |
| YUV | 103.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 59 | 0 | 0.41 | 0.61 | 0.41 | 19.78 | 0.44 | 0.41 |
| Hex | 96 | 59 | 3B | 0 | 29 | 3D | 29 | 14 | 2C | 29 |
| Octal | 226 | 131 | 73 | 0 | 51 | 75 | 51 | 24 | 54 | 51 |
| Binary | 10010110 | 1011001 | 111011 | 0 | 101001 | 111101 | 101001 | 10100 | 101100 | 101001 |
Color Harmonies of #96593B
Complementary color
Monochromatic Colors of #96593B
Black with #96593B
Text Example
Text Example
White with #96593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96593B; }
p { color: rgb(150,89,59); }
H1.HeaderClassName
{
color: #96593B;
}
.AnyTagClassName
{
color: #96593B;
}
</style>
background-color css
<style>
a { background-color: #96593B; }
a { background-color: rgb(150,89,59); }
div.DivClassName
{
background-color: #96593B;
}
.BgClassName
{
background-color: #96593B;
}
</style>
border-color css
<style>
span { border-color: #96593B; }
span { border-color: rgb(150,89,59); }
td.TdClassName
{
border-color: #96593B;
}
.TagClassName
{
border-color: #96593B;
}
</style>