Shades of Sorrell Brown #987A67
Tints of Sorrell Brown #987A67
RGB
CMYK
RGB Variations
Color information
#987A67 (or 0x987A67) is known color: Sorrell Brown. HEX triplet: 98, 7A and 67. RGB value is (152,122,103). Sum of RGB (Red+Green+Blue) = 152+122+103=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #987A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A67 is #678598. Grayscale: #808080. Windows color (decimal): -6784409 or 6781592. OLE color: 6781592.
HSL color Cylindrical-coordinate representation of color #987A67: hue angle of 23.27º 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 #987A67 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 103 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.40 |
| HSL | 23.27º | 0.19% | 0.5% | - |
| HSV(B) | 23.27º | 0.32% | 0.6% | - |
| XYZ | 22.36 | 21.57 | 15.82 | - |
| YUV | 128.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 103 | 0 | 0.20 | 0.32 | 0.40 | 23.27 | 0.19 | 0.5 |
| Hex | 98 | 7A | 67 | 0 | 14 | 20 | 28 | 17 | 13 | 32 |
| Octal | 230 | 172 | 147 | 0 | 24 | 40 | 50 | 27 | 23 | 62 |
| Binary | 10011000 | 1111010 | 1100111 | 0 | 10100 | 100000 | 101000 | 10111 | 10011 | 110010 |
Color Harmonies of #987A67
Complementary color
Monochromatic Colors of #987A67
Black with #987A67
Text Example
Text Example
White with #987A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A67; }
p { color: rgb(152,122,103); }
H1.HeaderClassName
{
color: #987A67;
}
.AnyTagClassName
{
color: #987A67;
}
</style>
background-color css
<style>
a { background-color: #987A67; }
a { background-color: rgb(152,122,103); }
div.DivClassName
{
background-color: #987A67;
}
.BgClassName
{
background-color: #987A67;
}
</style>
border-color css
<style>
span { border-color: #987A67; }
span { border-color: rgb(152,122,103); }
td.TdClassName
{
border-color: #987A67;
}
.TagClassName
{
border-color: #987A67;
}
</style>