Shades of Rope #96593D
Tints of Rope #96593D
RGB
CMYK
RGB Variations
Color information
#96593D (or 0x96593D) is known color: Rope. HEX triplet: 96, 59 and 3D. RGB value is (150,89,61). Sum of RGB (Red+Green+Blue) = 150+89+61=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96593D is #69A6C2. Grayscale: #686868. Windows color (decimal): -6923971 or 4020630. OLE color: 4020630.
HSL color Cylindrical-coordinate representation of color #96593D: hue angle of 18.88º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96593D is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 61 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.41 |
| HSL | 18.88º | 0.42% | 0.41% | - |
| HSV(B) | 18.88º | 0.59% | 0.59% | - |
| XYZ | 16.99 | 13.97 | 6.21 | - |
| YUV | 104.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 61 | 0 | 0.41 | 0.59 | 0.41 | 18.88 | 0.42 | 0.41 |
| Hex | 96 | 59 | 3D | 0 | 29 | 3B | 29 | 13 | 2A | 29 |
| Octal | 226 | 131 | 75 | 0 | 51 | 73 | 51 | 23 | 52 | 51 |
| Binary | 10010110 | 1011001 | 111101 | 0 | 101001 | 111011 | 101001 | 10011 | 101010 | 101001 |
Color Harmonies of #96593D
Complementary color
Monochromatic Colors of #96593D
Black with #96593D
Text Example
Text Example
White with #96593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96593D; }
p { color: rgb(150,89,61); }
H1.HeaderClassName
{
color: #96593D;
}
.AnyTagClassName
{
color: #96593D;
}
</style>
background-color css
<style>
a { background-color: #96593D; }
a { background-color: rgb(150,89,61); }
div.DivClassName
{
background-color: #96593D;
}
.BgClassName
{
background-color: #96593D;
}
</style>
border-color css
<style>
span { border-color: #96593D; }
span { border-color: rgb(150,89,61); }
td.TdClassName
{
border-color: #96593D;
}
.TagClassName
{
border-color: #96593D;
}
</style>