Shades of Rope #915A3C
Tints of Rope #915A3C
RGB
CMYK
RGB Variations
Color information
#915A3C (or 0x915A3C) is known color: Rope. HEX triplet: 91, 5A and 3C. RGB value is (145,90,60). Sum of RGB (Red+Green+Blue) = 145+90+60=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #915A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915A3C is #6EA5C3. Grayscale: #676767. Windows color (decimal): -7251396 or 3955345. OLE color: 3955345.
HSL color Cylindrical-coordinate representation of color #915A3C: hue angle of 21.18º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #915A3C is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 60 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.43 |
| HSL | 21.18º | 0.41% | 0.4% | - |
| HSV(B) | 21.18º | 0.59% | 0.57% | - |
| XYZ | 16.15 | 13.66 | 6.06 | - |
| YUV | 103.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 60 | 0 | 0.38 | 0.59 | 0.43 | 21.18 | 0.41 | 0.4 |
| Hex | 91 | 5A | 3C | 0 | 26 | 3B | 2B | 15 | 29 | 28 |
| Octal | 221 | 132 | 74 | 0 | 46 | 73 | 53 | 25 | 51 | 50 |
| Binary | 10010001 | 1011010 | 111100 | 0 | 100110 | 111011 | 101011 | 10101 | 101001 | 101000 |
Color Harmonies of #915A3C
Complementary color
Monochromatic Colors of #915A3C
Black with #915A3C
Text Example
Text Example
White with #915A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A3C; }
p { color: rgb(145,90,60); }
H1.HeaderClassName
{
color: #915A3C;
}
.AnyTagClassName
{
color: #915A3C;
}
</style>
background-color css
<style>
a { background-color: #915A3C; }
a { background-color: rgb(145,90,60); }
div.DivClassName
{
background-color: #915A3C;
}
.BgClassName
{
background-color: #915A3C;
}
</style>
border-color css
<style>
span { border-color: #915A3C; }
span { border-color: rgb(145,90,60); }
td.TdClassName
{
border-color: #915A3C;
}
.TagClassName
{
border-color: #915A3C;
}
</style>