Shades of Rope #915741
Tints of Rope #915741
RGB
CMYK
RGB Variations
Color information
#915741 (or 0x915741) is known color: Rope. HEX triplet: 91, 57 and 41. RGB value is (145,87,65). Sum of RGB (Red+Green+Blue) = 145+87+65=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #915741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915741 is #6EA8BE. Grayscale: #656565. Windows color (decimal): -7252159 or 4282257. OLE color: 4282257.
HSL color Cylindrical-coordinate representation of color #915741: hue angle of 16.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #915741 is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 87 | 65 | - |
| CMYK | 0 | 0.4 | 0.55 | 0.43 |
| HSL | 16.5º | 0.38% | 0.41% | - |
| HSV(B) | 16.5º | 0.55% | 0.57% | - |
| XYZ | 16.04 | 13.22 | 6.71 | - |
| YUV | 101.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 65 | 0 | 0.4 | 0.55 | 0.43 | 16.5 | 0.38 | 0.41 |
| Hex | 91 | 57 | 41 | 0 | 28 | 37 | 2B | 10 | 26 | 29 |
| Octal | 221 | 127 | 101 | 0 | 50 | 67 | 53 | 20 | 46 | 51 |
| Binary | 10010001 | 1010111 | 1000001 | 0 | 101000 | 110111 | 101011 | 10000 | 100110 | 101001 |
Color Harmonies of #915741
Complementary color
Monochromatic Colors of #915741
Black with #915741
Text Example
Text Example
White with #915741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915741; }
p { color: rgb(145,87,65); }
H1.HeaderClassName
{
color: #915741;
}
.AnyTagClassName
{
color: #915741;
}
</style>
background-color css
<style>
a { background-color: #915741; }
a { background-color: rgb(145,87,65); }
div.DivClassName
{
background-color: #915741;
}
.BgClassName
{
background-color: #915741;
}
</style>
border-color css
<style>
span { border-color: #915741; }
span { border-color: rgb(145,87,65); }
td.TdClassName
{
border-color: #915741;
}
.TagClassName
{
border-color: #915741;
}
</style>