Shades of Rope #915E42
Tints of Rope #915E42
RGB
CMYK
RGB Variations
Color information
#915E42 (or 0x915E42) is known color: Rope. HEX triplet: 91, 5E and 42. RGB value is (145,94,66). Sum of RGB (Red+Green+Blue) = 145+94+66=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #915E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E42 is #6EA1BD. Grayscale: #6A6A6A. Windows color (decimal): -7250366 or 4349585. OLE color: 4349585.
HSL color Cylindrical-coordinate representation of color #915E42: hue angle of 21.27º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #915E42 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 66 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.43 |
| HSL | 21.27º | 0.37% | 0.41% | - |
| HSV(B) | 21.27º | 0.54% | 0.57% | - |
| XYZ | 16.66 | 14.42 | 7.06 | - |
| YUV | 106.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 66 | 0 | 0.35 | 0.54 | 0.43 | 21.27 | 0.37 | 0.41 |
| Hex | 91 | 5E | 42 | 0 | 23 | 36 | 2B | 15 | 25 | 29 |
| Octal | 221 | 136 | 102 | 0 | 43 | 66 | 53 | 25 | 45 | 51 |
| Binary | 10010001 | 1011110 | 1000010 | 0 | 100011 | 110110 | 101011 | 10101 | 100101 | 101001 |
Color Harmonies of #915E42
Complementary color
Monochromatic Colors of #915E42
Black with #915E42
Text Example
Text Example
White with #915E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E42; }
p { color: rgb(145,94,66); }
H1.HeaderClassName
{
color: #915E42;
}
.AnyTagClassName
{
color: #915E42;
}
</style>
background-color css
<style>
a { background-color: #915E42; }
a { background-color: rgb(145,94,66); }
div.DivClassName
{
background-color: #915E42;
}
.BgClassName
{
background-color: #915E42;
}
</style>
border-color css
<style>
span { border-color: #915E42; }
span { border-color: rgb(145,94,66); }
td.TdClassName
{
border-color: #915E42;
}
.TagClassName
{
border-color: #915E42;
}
</style>