Shades of Sorrell Brown #997C68
Tints of Sorrell Brown #997C68
RGB
CMYK
RGB Variations
Color information
#997C68 (or 0x997C68) is known color: Sorrell Brown. HEX triplet: 99, 7C and 68. RGB value is (153,124,104). Sum of RGB (Red+Green+Blue) = 153+124+104=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #997C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997C68 is #668397. Grayscale: #828282. Windows color (decimal): -6718360 or 6847641. OLE color: 6847641.
HSL color Cylindrical-coordinate representation of color #997C68: hue angle of 24.49º 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 #997C68 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 104 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.4 |
| HSL | 24.49º | 0.19% | 0.5% | - |
| HSV(B) | 24.49º | 0.32% | 0.6% | - |
| XYZ | 22.84 | 22.19 | 16.18 | - |
| YUV | 130.39 | 113.11 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 104 | 0 | 0.19 | 0.32 | 0.4 | 24.49 | 0.19 | 0.5 |
| Hex | 99 | 7C | 68 | 0 | 13 | 20 | 28 | 18 | 13 | 32 |
| Octal | 231 | 174 | 150 | 0 | 23 | 40 | 50 | 30 | 23 | 62 |
| Binary | 10011001 | 1111100 | 1101000 | 0 | 10011 | 100000 | 101000 | 11000 | 10011 | 110010 |
Color Harmonies of #997C68
Complementary color
Monochromatic Colors of #997C68
Black with #997C68
Text Example
Text Example
White with #997C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C68; }
p { color: rgb(153,124,104); }
H1.HeaderClassName
{
color: #997C68;
}
.AnyTagClassName
{
color: #997C68;
}
</style>
background-color css
<style>
a { background-color: #997C68; }
a { background-color: rgb(153,124,104); }
div.DivClassName
{
background-color: #997C68;
}
.BgClassName
{
background-color: #997C68;
}
</style>
border-color css
<style>
span { border-color: #997C68; }
span { border-color: rgb(153,124,104); }
td.TdClassName
{
border-color: #997C68;
}
.TagClassName
{
border-color: #997C68;
}
</style>