Shades of Rope #965F3E
Tints of Rope #965F3E
RGB
CMYK
RGB Variations
Color information
#965F3E (or 0x965F3E) is known color: Rope. HEX triplet: 96, 5F and 3E. RGB value is (150,95,62). Sum of RGB (Red+Green+Blue) = 150+95+62=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #965F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F3E is #69A0C1. Grayscale: #6B6B6B. Windows color (decimal): -6922434 or 4087702. OLE color: 4087702.
HSL color Cylindrical-coordinate representation of color #965F3E: hue angle of 22.5º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #965F3E is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 62 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.41 |
| HSL | 22.5º | 0.42% | 0.42% | - |
| HSV(B) | 22.5º | 0.59% | 0.59% | - |
| XYZ | 17.54 | 15.02 | 6.53 | - |
| YUV | 107.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 62 | 0 | 0.37 | 0.59 | 0.41 | 22.5 | 0.42 | 0.42 |
| Hex | 96 | 5F | 3E | 0 | 25 | 3B | 29 | 16 | 2A | 2A |
| Octal | 226 | 137 | 76 | 0 | 45 | 73 | 51 | 26 | 52 | 52 |
| Binary | 10010110 | 1011111 | 111110 | 0 | 100101 | 111011 | 101001 | 10110 | 101010 | 101010 |
Color Harmonies of #965F3E
Complementary color
Monochromatic Colors of #965F3E
Black with #965F3E
Text Example
Text Example
White with #965F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F3E; }
p { color: rgb(150,95,62); }
H1.HeaderClassName
{
color: #965F3E;
}
.AnyTagClassName
{
color: #965F3E;
}
</style>
background-color css
<style>
a { background-color: #965F3E; }
a { background-color: rgb(150,95,62); }
div.DivClassName
{
background-color: #965F3E;
}
.BgClassName
{
background-color: #965F3E;
}
</style>
border-color css
<style>
span { border-color: #965F3E; }
span { border-color: rgb(150,95,62); }
td.TdClassName
{
border-color: #965F3E;
}
.TagClassName
{
border-color: #965F3E;
}
</style>