Shades of Rope #965D3C
Tints of Rope #965D3C
RGB
CMYK
RGB Variations
Color information
#965D3C (or 0x965D3C) is known color: Rope. HEX triplet: 96, 5D and 3C. RGB value is (150,93,60). Sum of RGB (Red+Green+Blue) = 150+93+60=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #965D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D3C is #69A2C3. Grayscale: #6A6A6A. Windows color (decimal): -6922948 or 3956118. OLE color: 3956118.
HSL color Cylindrical-coordinate representation of color #965D3C: hue angle of 22º 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 #965D3C is Cyan = 0, Magento = 0.38, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 60 | - |
| CMYK | 0 | 0.38 | 0.6 | 0.41 |
| HSL | 22º | 0.43% | 0.41% | - |
| HSV(B) | 22º | 0.6% | 0.59% | - |
| XYZ | 17.31 | 14.64 | 6.19 | - |
| YUV | 106.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 60 | 0 | 0.38 | 0.6 | 0.41 | 22 | 0.43 | 0.41 |
| Hex | 96 | 5D | 3C | 0 | 26 | 3C | 29 | 16 | 2B | 29 |
| Octal | 226 | 135 | 74 | 0 | 46 | 74 | 51 | 26 | 53 | 51 |
| Binary | 10010110 | 1011101 | 111100 | 0 | 100110 | 111100 | 101001 | 10110 | 101011 | 101001 |
Color Harmonies of #965D3C
Complementary color
Monochromatic Colors of #965D3C
Black with #965D3C
Text Example
Text Example
White with #965D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D3C; }
p { color: rgb(150,93,60); }
H1.HeaderClassName
{
color: #965D3C;
}
.AnyTagClassName
{
color: #965D3C;
}
</style>
background-color css
<style>
a { background-color: #965D3C; }
a { background-color: rgb(150,93,60); }
div.DivClassName
{
background-color: #965D3C;
}
.BgClassName
{
background-color: #965D3C;
}
</style>
border-color css
<style>
span { border-color: #965D3C; }
span { border-color: rgb(150,93,60); }
td.TdClassName
{
border-color: #965D3C;
}
.TagClassName
{
border-color: #965D3C;
}
</style>