Shades of Rope #965E3C
Tints of Rope #965E3C
RGB
CMYK
RGB Variations
Color information
#965E3C (or 0x965E3C) is known color: Rope. HEX triplet: 96, 5E and 3C. RGB value is (150,94,60). Sum of RGB (Red+Green+Blue) = 150+94+60=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #965E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E3C is #69A1C3. Grayscale: #6B6B6B. Windows color (decimal): -6922692 or 3956374. OLE color: 3956374.
HSL color Cylindrical-coordinate representation of color #965E3C: hue angle of 22.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #965E3C is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 60 | - |
| CMYK | 0 | 0.37 | 0.6 | 0.41 |
| HSL | 22.67º | 0.43% | 0.41% | - |
| HSV(B) | 22.67º | 0.6% | 0.59% | - |
| XYZ | 17.4 | 14.82 | 6.22 | - |
| YUV | 106.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 60 | 0 | 0.37 | 0.6 | 0.41 | 22.67 | 0.43 | 0.41 |
| Hex | 96 | 5E | 3C | 0 | 25 | 3C | 29 | 17 | 2B | 29 |
| Octal | 226 | 136 | 74 | 0 | 45 | 74 | 51 | 27 | 53 | 51 |
| Binary | 10010110 | 1011110 | 111100 | 0 | 100101 | 111100 | 101001 | 10111 | 101011 | 101001 |
Color Harmonies of #965E3C
Complementary color
Monochromatic Colors of #965E3C
Black with #965E3C
Text Example
Text Example
White with #965E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E3C; }
p { color: rgb(150,94,60); }
H1.HeaderClassName
{
color: #965E3C;
}
.AnyTagClassName
{
color: #965E3C;
}
</style>
background-color css
<style>
a { background-color: #965E3C; }
a { background-color: rgb(150,94,60); }
div.DivClassName
{
background-color: #965E3C;
}
.BgClassName
{
background-color: #965E3C;
}
</style>
border-color css
<style>
span { border-color: #965E3C; }
span { border-color: rgb(150,94,60); }
td.TdClassName
{
border-color: #965E3C;
}
.TagClassName
{
border-color: #965E3C;
}
</style>