Shades of Rope #915A40
Tints of Rope #915A40
RGB
CMYK
RGB Variations
Color information
#915A40 (or 0x915A40) is known color: Rope. HEX triplet: 91, 5A and 40. RGB value is (145,90,64). Sum of RGB (Red+Green+Blue) = 145+90+64=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 145 - color contains mainly: red. Hex color #915A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A40 is #6EA5BF. Grayscale: #676767. Windows color (decimal): -7251392 or 4217489. OLE color: 4217489.
HSL color Cylindrical-coordinate representation of color #915A40: hue angle of 19.26º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #915A40 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 64 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.43 |
| HSL | 19.26º | 0.39% | 0.41% | - |
| HSV(B) | 19.26º | 0.56% | 0.57% | - |
| XYZ | 16.26 | 13.7 | 6.64 | - |
| YUV | 103.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 64 | 0 | 0.38 | 0.56 | 0.43 | 19.26 | 0.39 | 0.41 |
| Hex | 91 | 5A | 40 | 0 | 26 | 38 | 2B | 13 | 27 | 29 |
| Octal | 221 | 132 | 100 | 0 | 46 | 70 | 53 | 23 | 47 | 51 |
| Binary | 10010001 | 1011010 | 1000000 | 0 | 100110 | 111000 | 101011 | 10011 | 100111 | 101001 |
Color Harmonies of #915A40
Complementary color
Monochromatic Colors of #915A40
Black with #915A40
Text Example
Text Example
White with #915A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A40; }
p { color: rgb(145,90,64); }
H1.HeaderClassName
{
color: #915A40;
}
.AnyTagClassName
{
color: #915A40;
}
</style>
background-color css
<style>
a { background-color: #915A40; }
a { background-color: rgb(145,90,64); }
div.DivClassName
{
background-color: #915A40;
}
.BgClassName
{
background-color: #915A40;
}
</style>
border-color css
<style>
span { border-color: #915A40; }
span { border-color: rgb(145,90,64); }
td.TdClassName
{
border-color: #915A40;
}
.TagClassName
{
border-color: #915A40;
}
</style>