Shades of Rope #94613E
Tints of Rope #94613E
RGB
CMYK
RGB Variations
Color information
#94613E (or 0x94613E) is known color: Rope. HEX triplet: 94, 61 and 3E. RGB value is (148,97,62). Sum of RGB (Red+Green+Blue) = 148+97+62=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94613E is #6B9EC1. Grayscale: #6C6C6C. Windows color (decimal): -7052994 or 4088212. OLE color: 4088212.
HSL color Cylindrical-coordinate representation of color #94613E: hue angle of 24.42º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94613E is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 97 | 62 | - |
| CMYK | 0 | 0.34 | 0.58 | 0.42 |
| HSL | 24.42º | 0.41% | 0.41% | - |
| HSV(B) | 24.42º | 0.58% | 0.58% | - |
| XYZ | 17.36 | 15.19 | 6.58 | - |
| YUV | 108.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 62 | 0 | 0.34 | 0.58 | 0.42 | 24.42 | 0.41 | 0.41 |
| Hex | 94 | 61 | 3E | 0 | 22 | 3A | 2A | 18 | 29 | 29 |
| Octal | 224 | 141 | 76 | 0 | 42 | 72 | 52 | 30 | 51 | 51 |
| Binary | 10010100 | 1100001 | 111110 | 0 | 100010 | 111010 | 101010 | 11000 | 101001 | 101001 |
Color Harmonies of #94613E
Complementary color
Monochromatic Colors of #94613E
Black with #94613E
Text Example
Text Example
White with #94613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94613E; }
p { color: rgb(148,97,62); }
H1.HeaderClassName
{
color: #94613E;
}
.AnyTagClassName
{
color: #94613E;
}
</style>
background-color css
<style>
a { background-color: #94613E; }
a { background-color: rgb(148,97,62); }
div.DivClassName
{
background-color: #94613E;
}
.BgClassName
{
background-color: #94613E;
}
</style>
border-color css
<style>
span { border-color: #94613E; }
span { border-color: rgb(148,97,62); }
td.TdClassName
{
border-color: #94613E;
}
.TagClassName
{
border-color: #94613E;
}
</style>