Shades of Sorrell Brown #987C67
Tints of Sorrell Brown #987C67
RGB
CMYK
RGB Variations
Color information
#987C67 (or 0x987C67) is known color: Sorrell Brown. HEX triplet: 98, 7C and 67. RGB value is (152,124,103). Sum of RGB (Red+Green+Blue) = 152+124+103=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #987C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C67 is #678398. Grayscale: #828282. Windows color (decimal): -6783897 or 6782104. OLE color: 6782104.
HSL color Cylindrical-coordinate representation of color #987C67: hue angle of 25.71º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987C67 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 103 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.40 |
| HSL | 25.71º | 0.19% | 0.5% | - |
| HSV(B) | 25.71º | 0.32% | 0.6% | - |
| XYZ | 22.6 | 22.07 | 15.9 | - |
| YUV | 129.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 103 | 0 | 0.18 | 0.32 | 0.40 | 25.71 | 0.19 | 0.5 |
| Hex | 98 | 7C | 67 | 0 | 12 | 20 | 28 | 1A | 13 | 32 |
| Octal | 230 | 174 | 147 | 0 | 22 | 40 | 50 | 32 | 23 | 62 |
| Binary | 10011000 | 1111100 | 1100111 | 0 | 10010 | 100000 | 101000 | 11010 | 10011 | 110010 |
Color Harmonies of #987C67
Complementary color
Monochromatic Colors of #987C67
Black with #987C67
Text Example
Text Example
White with #987C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C67; }
p { color: rgb(152,124,103); }
H1.HeaderClassName
{
color: #987C67;
}
.AnyTagClassName
{
color: #987C67;
}
</style>
background-color css
<style>
a { background-color: #987C67; }
a { background-color: rgb(152,124,103); }
div.DivClassName
{
background-color: #987C67;
}
.BgClassName
{
background-color: #987C67;
}
</style>
border-color css
<style>
span { border-color: #987C67; }
span { border-color: rgb(152,124,103); }
td.TdClassName
{
border-color: #987C67;
}
.TagClassName
{
border-color: #987C67;
}
</style>