Shades of Sorrell Brown #997B68
Tints of Sorrell Brown #997B68
RGB
CMYK
RGB Variations
Color information
#997B68 (or 0x997B68) is known color: Sorrell Brown. HEX triplet: 99, 7B and 68. RGB value is (153,123,104). Sum of RGB (Red+Green+Blue) = 153+123+104=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #997B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997B68 is #668497. Grayscale: #818181. Windows color (decimal): -6718616 or 6847385. OLE color: 6847385.
HSL color Cylindrical-coordinate representation of color #997B68: 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 #997B68 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 104 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.4 |
| HSL | 23.27º | 0.19% | 0.5% | - |
| HSV(B) | 23.27º | 0.32% | 0.6% | - |
| XYZ | 22.72 | 21.94 | 16.13 | - |
| YUV | 129.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 104 | 0 | 0.20 | 0.32 | 0.4 | 23.27 | 0.19 | 0.5 |
| Hex | 99 | 7B | 68 | 0 | 14 | 20 | 28 | 17 | 13 | 32 |
| Octal | 231 | 173 | 150 | 0 | 24 | 40 | 50 | 27 | 23 | 62 |
| Binary | 10011001 | 1111011 | 1101000 | 0 | 10100 | 100000 | 101000 | 10111 | 10011 | 110010 |
Color Harmonies of #997B68
Complementary color
Monochromatic Colors of #997B68
Black with #997B68
Text Example
Text Example
White with #997B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B68; }
p { color: rgb(153,123,104); }
H1.HeaderClassName
{
color: #997B68;
}
.AnyTagClassName
{
color: #997B68;
}
</style>
background-color css
<style>
a { background-color: #997B68; }
a { background-color: rgb(153,123,104); }
div.DivClassName
{
background-color: #997B68;
}
.BgClassName
{
background-color: #997B68;
}
</style>
border-color css
<style>
span { border-color: #997B68; }
span { border-color: rgb(153,123,104); }
td.TdClassName
{
border-color: #997B68;
}
.TagClassName
{
border-color: #997B68;
}
</style>