Shades of Rope #915941
Tints of Rope #915941
RGB
CMYK
RGB Variations
Color information
#915941 (or 0x915941) is known color: Rope. HEX triplet: 91, 59 and 41. RGB value is (145,89,65). Sum of RGB (Red+Green+Blue) = 145+89+65=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #915941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915941 is #6EA6BE. Grayscale: #676767. Windows color (decimal): -7251647 or 4282769. OLE color: 4282769.
HSL color Cylindrical-coordinate representation of color #915941: hue angle of 18º 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 #915941 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 65 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.43 |
| HSL | 18º | 0.38% | 0.41% | - |
| HSV(B) | 18º | 0.55% | 0.57% | - |
| XYZ | 16.2 | 13.55 | 6.76 | - |
| YUV | 103.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 65 | 0 | 0.39 | 0.55 | 0.43 | 18 | 0.38 | 0.41 |
| Hex | 91 | 59 | 41 | 0 | 27 | 37 | 2B | 12 | 26 | 29 |
| Octal | 221 | 131 | 101 | 0 | 47 | 67 | 53 | 22 | 46 | 51 |
| Binary | 10010001 | 1011001 | 1000001 | 0 | 100111 | 110111 | 101011 | 10010 | 100110 | 101001 |
Color Harmonies of #915941
Complementary color
Monochromatic Colors of #915941
Black with #915941
Text Example
Text Example
White with #915941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915941; }
p { color: rgb(145,89,65); }
H1.HeaderClassName
{
color: #915941;
}
.AnyTagClassName
{
color: #915941;
}
</style>
background-color css
<style>
a { background-color: #915941; }
a { background-color: rgb(145,89,65); }
div.DivClassName
{
background-color: #915941;
}
.BgClassName
{
background-color: #915941;
}
</style>
border-color css
<style>
span { border-color: #915941; }
span { border-color: rgb(145,89,65); }
td.TdClassName
{
border-color: #915941;
}
.TagClassName
{
border-color: #915941;
}
</style>