Shades of Rope #905F41
Tints of Rope #905F41
RGB
CMYK
RGB Variations
Color information
#905F41 (or 0x905F41) is known color: Rope. HEX triplet: 90, 5F and 41. RGB value is (144,95,65). Sum of RGB (Red+Green+Blue) = 144+95+65=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #905F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905F41 is #6FA0BE. Grayscale: #6A6A6A. Windows color (decimal): -7315647 or 4284304. OLE color: 4284304.
HSL color Cylindrical-coordinate representation of color #905F41: hue angle of 22.78º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #905F41 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 95 | 65 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.44 |
| HSL | 22.78º | 0.38% | 0.41% | - |
| HSV(B) | 22.78º | 0.55% | 0.56% | - |
| XYZ | 16.55 | 14.5 | 6.93 | - |
| YUV | 106.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 65 | 0 | 0.34 | 0.55 | 0.44 | 22.78 | 0.38 | 0.41 |
| Hex | 90 | 5F | 41 | 0 | 22 | 37 | 2C | 17 | 26 | 29 |
| Octal | 220 | 137 | 101 | 0 | 42 | 67 | 54 | 27 | 46 | 51 |
| Binary | 10010000 | 1011111 | 1000001 | 0 | 100010 | 110111 | 101100 | 10111 | 100110 | 101001 |
Color Harmonies of #905F41
Complementary color
Monochromatic Colors of #905F41
Black with #905F41
Text Example
Text Example
White with #905F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905F41; }
p { color: rgb(144,95,65); }
H1.HeaderClassName
{
color: #905F41;
}
.AnyTagClassName
{
color: #905F41;
}
</style>
background-color css
<style>
a { background-color: #905F41; }
a { background-color: rgb(144,95,65); }
div.DivClassName
{
background-color: #905F41;
}
.BgClassName
{
background-color: #905F41;
}
</style>
border-color css
<style>
span { border-color: #905F41; }
span { border-color: rgb(144,95,65); }
td.TdClassName
{
border-color: #905F41;
}
.TagClassName
{
border-color: #905F41;
}
</style>