Shades of Rope #96543B
Tints of Rope #96543B
RGB
CMYK
RGB Variations
Color information
#96543B (or 0x96543B) is known color: Rope. HEX triplet: 96, 54 and 3B. RGB value is (150,84,59). Sum of RGB (Red+Green+Blue) = 150+84+59=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96543B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96543B is #69ABC4. Grayscale: #656565. Windows color (decimal): -6925253 or 3888278. OLE color: 3888278.
HSL color Cylindrical-coordinate representation of color #96543B: hue angle of 16.48º 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 #96543B is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 59 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.41 |
| HSL | 16.48º | 0.44% | 0.41% | - |
| HSV(B) | 16.48º | 0.61% | 0.59% | - |
| XYZ | 16.54 | 13.14 | 5.8 | - |
| YUV | 100.88 | 104.37 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 59 | 0 | 0.44 | 0.61 | 0.41 | 16.48 | 0.44 | 0.41 |
| Hex | 96 | 54 | 3B | 0 | 2C | 3D | 29 | 10 | 2C | 29 |
| Octal | 226 | 124 | 73 | 0 | 54 | 75 | 51 | 20 | 54 | 51 |
| Binary | 10010110 | 1010100 | 111011 | 0 | 101100 | 111101 | 101001 | 10000 | 101100 | 101001 |
Color Harmonies of #96543B
Complementary color
Monochromatic Colors of #96543B
Black with #96543B
Text Example
Text Example
White with #96543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96543B; }
p { color: rgb(150,84,59); }
H1.HeaderClassName
{
color: #96543B;
}
.AnyTagClassName
{
color: #96543B;
}
</style>
background-color css
<style>
a { background-color: #96543B; }
a { background-color: rgb(150,84,59); }
div.DivClassName
{
background-color: #96543B;
}
.BgClassName
{
background-color: #96543B;
}
</style>
border-color css
<style>
span { border-color: #96543B; }
span { border-color: rgb(150,84,59); }
td.TdClassName
{
border-color: #96543B;
}
.TagClassName
{
border-color: #96543B;
}
</style>