Shades of Rope #8F603F
Tints of Rope #8F603F
RGB
CMYK
RGB Variations
Color information
#8F603F (or 0x8F603F) is known color: Rope. HEX triplet: 8F, 60 and 3F. RGB value is (143,96,63). Sum of RGB (Red+Green+Blue) = 143+96+63=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F603F is #709FC0. Grayscale: #6A6A6A. Windows color (decimal): -7380929 or 4153487. OLE color: 4153487.
HSL color Cylindrical-coordinate representation of color #8F603F: hue angle of 24.75º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F603F is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 63 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.44 |
| HSL | 24.75º | 0.39% | 0.4% | - |
| HSV(B) | 24.75º | 0.56% | 0.56% | - |
| XYZ | 16.41 | 14.56 | 6.65 | - |
| YUV | 106.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 63 | 0 | 0.33 | 0.56 | 0.44 | 24.75 | 0.39 | 0.4 |
| Hex | 8F | 60 | 3F | 0 | 21 | 38 | 2C | 19 | 27 | 28 |
| Octal | 217 | 140 | 77 | 0 | 41 | 70 | 54 | 31 | 47 | 50 |
| Binary | 10001111 | 1100000 | 111111 | 0 | 100001 | 111000 | 101100 | 11001 | 100111 | 101000 |
Color Harmonies of #8F603F
Complementary color
Monochromatic Colors of #8F603F
Black with #8F603F
Text Example
Text Example
White with #8F603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F603F; }
p { color: rgb(143,96,63); }
H1.HeaderClassName
{
color: #8F603F;
}
.AnyTagClassName
{
color: #8F603F;
}
</style>
background-color css
<style>
a { background-color: #8F603F; }
a { background-color: rgb(143,96,63); }
div.DivClassName
{
background-color: #8F603F;
}
.BgClassName
{
background-color: #8F603F;
}
</style>
border-color css
<style>
span { border-color: #8F603F; }
span { border-color: rgb(143,96,63); }
td.TdClassName
{
border-color: #8F603F;
}
.TagClassName
{
border-color: #8F603F;
}
</style>