Shades of Sorrell Brown #997F64
Tints of Sorrell Brown #997F64
RGB
CMYK
RGB Variations
Color information
#997F64 (or 0x997F64) is known color: Sorrell Brown. HEX triplet: 99, 7F and 64. RGB value is (153,127,100). Sum of RGB (Red+Green+Blue) = 153+127+100=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #997F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F64 is #66809B. Grayscale: #838383. Windows color (decimal): -6717596 or 6586265. OLE color: 6586265.
HSL color Cylindrical-coordinate representation of color #997F64: hue angle of 30.57º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #997F64 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 127 | 100 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.4 |
| HSL | 30.57º | 0.21% | 0.5% | - |
| HSV(B) | 30.57º | 0.35% | 0.6% | - |
| XYZ | 23.03 | 22.87 | 15.26 | - |
| YUV | 131.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 100 | 0 | 0.17 | 0.35 | 0.4 | 30.57 | 0.21 | 0.5 |
| Hex | 99 | 7F | 64 | 0 | 11 | 23 | 28 | 1F | 15 | 32 |
| Octal | 231 | 177 | 144 | 0 | 21 | 43 | 50 | 37 | 25 | 62 |
| Binary | 10011001 | 1111111 | 1100100 | 0 | 10001 | 100011 | 101000 | 11111 | 10101 | 110010 |
Color Harmonies of #997F64
Complementary color
Monochromatic Colors of #997F64
Black with #997F64
Text Example
Text Example
White with #997F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997F64; }
p { color: rgb(153,127,100); }
H1.HeaderClassName
{
color: #997F64;
}
.AnyTagClassName
{
color: #997F64;
}
</style>
background-color css
<style>
a { background-color: #997F64; }
a { background-color: rgb(153,127,100); }
div.DivClassName
{
background-color: #997F64;
}
.BgClassName
{
background-color: #997F64;
}
</style>
border-color css
<style>
span { border-color: #997F64; }
span { border-color: rgb(153,127,100); }
td.TdClassName
{
border-color: #997F64;
}
.TagClassName
{
border-color: #997F64;
}
</style>