Shades of Rope #905D3F
Tints of Rope #905D3F
RGB
CMYK
RGB Variations
Color information
#905D3F (or 0x905D3F) is known color: Rope. HEX triplet: 90, 5D and 3F. RGB value is (144,93,63). Sum of RGB (Red+Green+Blue) = 144+93+63=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #905D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905D3F is #6FA2C0. Grayscale: #696969. Windows color (decimal): -7316161 or 4152720. OLE color: 4152720.
HSL color Cylindrical-coordinate representation of color #905D3F: hue angle of 22.22º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #905D3F is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 93 | 63 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.44 |
| HSL | 22.22º | 0.39% | 0.41% | - |
| HSV(B) | 22.22º | 0.56% | 0.56% | - |
| XYZ | 16.31 | 14.12 | 6.57 | - |
| YUV | 104.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 63 | 0 | 0.35 | 0.56 | 0.44 | 22.22 | 0.39 | 0.41 |
| Hex | 90 | 5D | 3F | 0 | 23 | 38 | 2C | 16 | 27 | 29 |
| Octal | 220 | 135 | 77 | 0 | 43 | 70 | 54 | 26 | 47 | 51 |
| Binary | 10010000 | 1011101 | 111111 | 0 | 100011 | 111000 | 101100 | 10110 | 100111 | 101001 |
Color Harmonies of #905D3F
Complementary color
Monochromatic Colors of #905D3F
Black with #905D3F
Text Example
Text Example
White with #905D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905D3F; }
p { color: rgb(144,93,63); }
H1.HeaderClassName
{
color: #905D3F;
}
.AnyTagClassName
{
color: #905D3F;
}
</style>
background-color css
<style>
a { background-color: #905D3F; }
a { background-color: rgb(144,93,63); }
div.DivClassName
{
background-color: #905D3F;
}
.BgClassName
{
background-color: #905D3F;
}
</style>
border-color css
<style>
span { border-color: #905D3F; }
span { border-color: rgb(144,93,63); }
td.TdClassName
{
border-color: #905D3F;
}
.TagClassName
{
border-color: #905D3F;
}
</style>