Shades of Rope #915E43
Tints of Rope #915E43
RGB
CMYK
RGB Variations
Color information
#915E43 (or 0x915E43) is known color: Rope. HEX triplet: 91, 5E and 43. RGB value is (145,94,67). Sum of RGB (Red+Green+Blue) = 145+94+67=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #915E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E43 is #6EA1BC. Grayscale: #6A6A6A. Windows color (decimal): -7250365 or 4415121. OLE color: 4415121.
HSL color Cylindrical-coordinate representation of color #915E43: hue angle of 20.77º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #915E43 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 67 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.43 |
| HSL | 20.77º | 0.37% | 0.42% | - |
| HSV(B) | 20.77º | 0.54% | 0.57% | - |
| XYZ | 16.69 | 14.43 | 7.22 | - |
| YUV | 106.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 67 | 0 | 0.35 | 0.54 | 0.43 | 20.77 | 0.37 | 0.42 |
| Hex | 91 | 5E | 43 | 0 | 23 | 36 | 2B | 15 | 25 | 2A |
| Octal | 221 | 136 | 103 | 0 | 43 | 66 | 53 | 25 | 45 | 52 |
| Binary | 10010001 | 1011110 | 1000011 | 0 | 100011 | 110110 | 101011 | 10101 | 100101 | 101010 |
Color Harmonies of #915E43
Complementary color
Monochromatic Colors of #915E43
Black with #915E43
Text Example
Text Example
White with #915E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E43; }
p { color: rgb(145,94,67); }
H1.HeaderClassName
{
color: #915E43;
}
.AnyTagClassName
{
color: #915E43;
}
</style>
background-color css
<style>
a { background-color: #915E43; }
a { background-color: rgb(145,94,67); }
div.DivClassName
{
background-color: #915E43;
}
.BgClassName
{
background-color: #915E43;
}
</style>
border-color css
<style>
span { border-color: #915E43; }
span { border-color: rgb(145,94,67); }
td.TdClassName
{
border-color: #915E43;
}
.TagClassName
{
border-color: #915E43;
}
</style>