Shades of Rope #915E3E
Tints of Rope #915E3E
RGB
CMYK
RGB Variations
Color information
#915E3E (or 0x915E3E) is known color: Rope. HEX triplet: 91, 5E and 3E. RGB value is (145,94,62). Sum of RGB (Red+Green+Blue) = 145+94+62=301 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.17% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 145 - color contains mainly: red. Hex color #915E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E3E is #6EA1C1. Grayscale: #696969. Windows color (decimal): -7250370 or 4087441. OLE color: 4087441.
HSL color Cylindrical-coordinate representation of color #915E3E: hue angle of 23.13º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #915E3E is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 62 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.43 |
| HSL | 23.13º | 0.4% | 0.41% | - |
| HSV(B) | 23.13º | 0.57% | 0.57% | - |
| XYZ | 16.55 | 14.37 | 6.46 | - |
| YUV | 105.6 | 103.4 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 62 | 0 | 0.35 | 0.57 | 0.43 | 23.13 | 0.4 | 0.41 |
| Hex | 91 | 5E | 3E | 0 | 23 | 39 | 2B | 17 | 28 | 29 |
| Octal | 221 | 136 | 76 | 0 | 43 | 71 | 53 | 27 | 50 | 51 |
| Binary | 10010001 | 1011110 | 111110 | 0 | 100011 | 111001 | 101011 | 10111 | 101000 | 101001 |
Color Harmonies of #915E3E
Complementary color
Monochromatic Colors of #915E3E
Black with #915E3E
Text Example
Text Example
White with #915E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E3E; }
p { color: rgb(145,94,62); }
H1.HeaderClassName
{
color: #915E3E;
}
.AnyTagClassName
{
color: #915E3E;
}
</style>
background-color css
<style>
a { background-color: #915E3E; }
a { background-color: rgb(145,94,62); }
div.DivClassName
{
background-color: #915E3E;
}
.BgClassName
{
background-color: #915E3E;
}
</style>
border-color css
<style>
span { border-color: #915E3E; }
span { border-color: rgb(145,94,62); }
td.TdClassName
{
border-color: #915E3E;
}
.TagClassName
{
border-color: #915E3E;
}
</style>