Shades of Rope #96583B
Tints of Rope #96583B
RGB
CMYK
RGB Variations
Color information
#96583B (or 0x96583B) is known color: Rope. HEX triplet: 96, 58 and 3B. RGB value is (150,88,59). Sum of RGB (Red+Green+Blue) = 150+88+59=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96583B is #69A7C4. Grayscale: #676767. Windows color (decimal): -6924229 or 3889302. OLE color: 3889302.
HSL color Cylindrical-coordinate representation of color #96583B: hue angle of 19.12º 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 #96583B is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 88 | 59 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.41 |
| HSL | 19.12º | 0.44% | 0.41% | - |
| HSV(B) | 19.12º | 0.61% | 0.59% | - |
| XYZ | 16.86 | 13.78 | 5.91 | - |
| YUV | 103.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 59 | 0 | 0.41 | 0.61 | 0.41 | 19.12 | 0.44 | 0.41 |
| Hex | 96 | 58 | 3B | 0 | 29 | 3D | 29 | 13 | 2C | 29 |
| Octal | 226 | 130 | 73 | 0 | 51 | 75 | 51 | 23 | 54 | 51 |
| Binary | 10010110 | 1011000 | 111011 | 0 | 101001 | 111101 | 101001 | 10011 | 101100 | 101001 |
Color Harmonies of #96583B
Complementary color
Monochromatic Colors of #96583B
Black with #96583B
Text Example
Text Example
White with #96583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96583B; }
p { color: rgb(150,88,59); }
H1.HeaderClassName
{
color: #96583B;
}
.AnyTagClassName
{
color: #96583B;
}
</style>
background-color css
<style>
a { background-color: #96583B; }
a { background-color: rgb(150,88,59); }
div.DivClassName
{
background-color: #96583B;
}
.BgClassName
{
background-color: #96583B;
}
</style>
border-color css
<style>
span { border-color: #96583B; }
span { border-color: rgb(150,88,59); }
td.TdClassName
{
border-color: #96583B;
}
.TagClassName
{
border-color: #96583B;
}
</style>