Shades of Rope #915B36
Tints of Rope #915B36
RGB
CMYK
RGB Variations
Color information
#915B36 (or 0x915B36) is known color: Rope. HEX triplet: 91, 5B and 36. RGB value is (145,91,54). Sum of RGB (Red+Green+Blue) = 145+91+54=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #915B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915B36 is #6EA4C9. Grayscale: #676767. Windows color (decimal): -7251146 or 3562385. OLE color: 3562385.
HSL color Cylindrical-coordinate representation of color #915B36: hue angle of 24.4º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #915B36 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 91 | 54 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.43 |
| HSL | 24.4º | 0.46% | 0.39% | - |
| HSV(B) | 24.4º | 0.63% | 0.57% | - |
| XYZ | 16.08 | 13.77 | 5.3 | - |
| YUV | 102.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 54 | 0 | 0.37 | 0.63 | 0.43 | 24.4 | 0.46 | 0.39 |
| Hex | 91 | 5B | 36 | 0 | 25 | 3F | 2B | 18 | 2E | 27 |
| Octal | 221 | 133 | 66 | 0 | 45 | 77 | 53 | 30 | 56 | 47 |
| Binary | 10010001 | 1011011 | 110110 | 0 | 100101 | 111111 | 101011 | 11000 | 101110 | 100111 |
Color Harmonies of #915B36
Complementary color
Monochromatic Colors of #915B36
Black with #915B36
Text Example
Text Example
White with #915B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915B36; }
p { color: rgb(145,91,54); }
H1.HeaderClassName
{
color: #915B36;
}
.AnyTagClassName
{
color: #915B36;
}
</style>
background-color css
<style>
a { background-color: #915B36; }
a { background-color: rgb(145,91,54); }
div.DivClassName
{
background-color: #915B36;
}
.BgClassName
{
background-color: #915B36;
}
</style>
border-color css
<style>
span { border-color: #915B36; }
span { border-color: rgb(145,91,54); }
td.TdClassName
{
border-color: #915B36;
}
.TagClassName
{
border-color: #915B36;
}
</style>