Shades of Rope #956243
Tints of Rope #956243
RGB
CMYK
RGB Variations
Color information
#956243 (or 0x956243) is known color: Rope. HEX triplet: 95, 62 and 43. RGB value is (149,98,67). Sum of RGB (Red+Green+Blue) = 149+98+67=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #956243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956243 is #6A9DBC. Grayscale: #6D6D6D. Windows color (decimal): -6987197 or 4416149. OLE color: 4416149.
HSL color Cylindrical-coordinate representation of color #956243: hue angle of 22.68º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #956243 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 98 | 67 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.42 |
| HSL | 22.68º | 0.38% | 0.42% | - |
| HSV(B) | 22.68º | 0.55% | 0.58% | - |
| XYZ | 17.78 | 15.53 | 7.37 | - |
| YUV | 109.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 67 | 0 | 0.34 | 0.55 | 0.42 | 22.68 | 0.38 | 0.42 |
| Hex | 95 | 62 | 43 | 0 | 22 | 37 | 2A | 17 | 26 | 2A |
| Octal | 225 | 142 | 103 | 0 | 42 | 67 | 52 | 27 | 46 | 52 |
| Binary | 10010101 | 1100010 | 1000011 | 0 | 100010 | 110111 | 101010 | 10111 | 100110 | 101010 |
Color Harmonies of #956243
Complementary color
Monochromatic Colors of #956243
Black with #956243
Text Example
Text Example
White with #956243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956243; }
p { color: rgb(149,98,67); }
H1.HeaderClassName
{
color: #956243;
}
.AnyTagClassName
{
color: #956243;
}
</style>
background-color css
<style>
a { background-color: #956243; }
a { background-color: rgb(149,98,67); }
div.DivClassName
{
background-color: #956243;
}
.BgClassName
{
background-color: #956243;
}
</style>
border-color css
<style>
span { border-color: #956243; }
span { border-color: rgb(149,98,67); }
td.TdClassName
{
border-color: #956243;
}
.TagClassName
{
border-color: #956243;
}
</style>