Shades of Sorrell Brown #997D66
Tints of Sorrell Brown #997D66
RGB
CMYK
RGB Variations
Color information
#997D66 (or 0x997D66) is known color: Sorrell Brown. HEX triplet: 99, 7D and 66. RGB value is (153,125,102). Sum of RGB (Red+Green+Blue) = 153+125+102=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #997D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997D66 is #668299. Grayscale: #828282. Windows color (decimal): -6718106 or 6716825. OLE color: 6716825.
HSL color Cylindrical-coordinate representation of color #997D66: hue angle of 27.06º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997D66 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 102 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.4 |
| HSL | 27.06º | 0.2% | 0.5% | - |
| HSV(B) | 27.06º | 0.33% | 0.6% | - |
| XYZ | 22.87 | 22.4 | 15.69 | - |
| YUV | 130.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 102 | 0 | 0.18 | 0.33 | 0.4 | 27.06 | 0.2 | 0.5 |
| Hex | 99 | 7D | 66 | 0 | 12 | 21 | 28 | 1B | 14 | 32 |
| Octal | 231 | 175 | 146 | 0 | 22 | 41 | 50 | 33 | 24 | 62 |
| Binary | 10011001 | 1111101 | 1100110 | 0 | 10010 | 100001 | 101000 | 11011 | 10100 | 110010 |
Color Harmonies of #997D66
Complementary color
Monochromatic Colors of #997D66
Black with #997D66
Text Example
Text Example
White with #997D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D66; }
p { color: rgb(153,125,102); }
H1.HeaderClassName
{
color: #997D66;
}
.AnyTagClassName
{
color: #997D66;
}
</style>
background-color css
<style>
a { background-color: #997D66; }
a { background-color: rgb(153,125,102); }
div.DivClassName
{
background-color: #997D66;
}
.BgClassName
{
background-color: #997D66;
}
</style>
border-color css
<style>
span { border-color: #997D66; }
span { border-color: rgb(153,125,102); }
td.TdClassName
{
border-color: #997D66;
}
.TagClassName
{
border-color: #997D66;
}
</style>