Shades of Rope #956143
Tints of Rope #956143
RGB
CMYK
RGB Variations
Color information
#956143 (or 0x956143) is known color: Rope. HEX triplet: 95, 61 and 43. RGB value is (149,97,67). Sum of RGB (Red+Green+Blue) = 149+97+67=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #956143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956143 is #6A9EBC. Grayscale: #6D6D6D. Windows color (decimal): -6987453 or 4415893. OLE color: 4415893.
HSL color Cylindrical-coordinate representation of color #956143: hue angle of 21.95º 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 #956143 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 97 | 67 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.42 |
| HSL | 21.95º | 0.38% | 0.42% | - |
| HSV(B) | 21.95º | 0.55% | 0.58% | - |
| XYZ | 17.68 | 15.34 | 7.34 | - |
| YUV | 109.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 67 | 0 | 0.35 | 0.55 | 0.42 | 21.95 | 0.38 | 0.42 |
| Hex | 95 | 61 | 43 | 0 | 23 | 37 | 2A | 16 | 26 | 2A |
| Octal | 225 | 141 | 103 | 0 | 43 | 67 | 52 | 26 | 46 | 52 |
| Binary | 10010101 | 1100001 | 1000011 | 0 | 100011 | 110111 | 101010 | 10110 | 100110 | 101010 |
Color Harmonies of #956143
Complementary color
Monochromatic Colors of #956143
Black with #956143
Text Example
Text Example
White with #956143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956143; }
p { color: rgb(149,97,67); }
H1.HeaderClassName
{
color: #956143;
}
.AnyTagClassName
{
color: #956143;
}
</style>
background-color css
<style>
a { background-color: #956143; }
a { background-color: rgb(149,97,67); }
div.DivClassName
{
background-color: #956143;
}
.BgClassName
{
background-color: #956143;
}
</style>
border-color css
<style>
span { border-color: #956143; }
span { border-color: rgb(149,97,67); }
td.TdClassName
{
border-color: #956143;
}
.TagClassName
{
border-color: #956143;
}
</style>