Shades of Sorrell Brown #997F63
Tints of Sorrell Brown #997F63
RGB
CMYK
RGB Variations
Color information
#997F63 (or 0x997F63) is known color: Sorrell Brown. HEX triplet: 99, 7F and 63. RGB value is (153,127,99). Sum of RGB (Red+Green+Blue) = 153+127+99=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #997F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F63 is #66809C. Grayscale: #838383. Windows color (decimal): -6717597 or 6520729. OLE color: 6520729.
HSL color Cylindrical-coordinate representation of color #997F63: hue angle of 31.11º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997F63 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 99 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.4 |
| HSL | 31.11º | 0.21% | 0.49% | - |
| HSV(B) | 31.11º | 0.35% | 0.6% | - |
| XYZ | 22.98 | 22.85 | 15 | - |
| YUV | 131.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 99 | 0 | 0.17 | 0.35 | 0.4 | 31.11 | 0.21 | 0.49 |
| Hex | 99 | 7F | 63 | 0 | 11 | 23 | 28 | 1F | 15 | 31 |
| Octal | 231 | 177 | 143 | 0 | 21 | 43 | 50 | 37 | 25 | 61 |
| Binary | 10011001 | 1111111 | 1100011 | 0 | 10001 | 100011 | 101000 | 11111 | 10101 | 110001 |
Color Harmonies of #997F63
Complementary color
Monochromatic Colors of #997F63
Black with #997F63
Text Example
Text Example
White with #997F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F63; }
p { color: rgb(153,127,99); }
H1.HeaderClassName
{
color: #997F63;
}
.AnyTagClassName
{
color: #997F63;
}
</style>
background-color css
<style>
a { background-color: #997F63; }
a { background-color: rgb(153,127,99); }
div.DivClassName
{
background-color: #997F63;
}
.BgClassName
{
background-color: #997F63;
}
</style>
border-color css
<style>
span { border-color: #997F63; }
span { border-color: rgb(153,127,99); }
td.TdClassName
{
border-color: #997F63;
}
.TagClassName
{
border-color: #997F63;
}
</style>