Shades of Sorrell Brown #997F6A
Tints of Sorrell Brown #997F6A
RGB
CMYK
RGB Variations
Color information
#997F6A (or 0x997F6A) is known color: Sorrell Brown. HEX triplet: 99, 7F and 6A. RGB value is (153,127,106). Sum of RGB (Red+Green+Blue) = 153+127+106=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #997F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F6A is #668095. Grayscale: #848484. Windows color (decimal): -6717590 or 6979481. OLE color: 6979481.
HSL color Cylindrical-coordinate representation of color #997F6A: hue angle of 26.81º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #997F6A is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 106 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.4 |
| HSL | 26.81º | 0.19% | 0.51% | - |
| HSV(B) | 26.81º | 0.31% | 0.6% | - |
| XYZ | 23.33 | 22.99 | 16.84 | - |
| YUV | 132.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 106 | 0 | 0.17 | 0.31 | 0.4 | 26.81 | 0.19 | 0.51 |
| Hex | 99 | 7F | 6A | 0 | 11 | 1F | 28 | 1B | 13 | 33 |
| Octal | 231 | 177 | 152 | 0 | 21 | 37 | 50 | 33 | 23 | 63 |
| Binary | 10011001 | 1111111 | 1101010 | 0 | 10001 | 11111 | 101000 | 11011 | 10011 | 110011 |
Color Harmonies of #997F6A
Complementary color
Monochromatic Colors of #997F6A
Black with #997F6A
Text Example
Text Example
White with #997F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F6A; }
p { color: rgb(153,127,106); }
H1.HeaderClassName
{
color: #997F6A;
}
.AnyTagClassName
{
color: #997F6A;
}
</style>
background-color css
<style>
a { background-color: #997F6A; }
a { background-color: rgb(153,127,106); }
div.DivClassName
{
background-color: #997F6A;
}
.BgClassName
{
background-color: #997F6A;
}
</style>
border-color css
<style>
span { border-color: #997F6A; }
span { border-color: rgb(153,127,106); }
td.TdClassName
{
border-color: #997F6A;
}
.TagClassName
{
border-color: #997F6A;
}
</style>