Shades of Sorrell Brown #99795D
Tints of Sorrell Brown #99795D
RGB
CMYK
RGB Variations
Color information
#99795D (or 0x99795D) is known color: Sorrell Brown. HEX triplet: 99, 79 and 5D. RGB value is (153,121,93). Sum of RGB (Red+Green+Blue) = 153+121+93=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #99795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99795D is #6686A2. Grayscale: #7F7F7F. Windows color (decimal): -6719139 or 6125977. OLE color: 6125977.
HSL color Cylindrical-coordinate representation of color #99795D: hue angle of 28º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99795D is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 121 | 93 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.4 |
| HSL | 28º | 0.24% | 0.48% | - |
| HSV(B) | 28º | 0.39% | 0.6% | - |
| XYZ | 21.95 | 21.24 | 13.3 | - |
| YUV | 127.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 93 | 0 | 0.21 | 0.39 | 0.4 | 28 | 0.24 | 0.48 |
| Hex | 99 | 79 | 5D | 0 | 15 | 27 | 28 | 1C | 18 | 30 |
| Octal | 231 | 171 | 135 | 0 | 25 | 47 | 50 | 34 | 30 | 60 |
| Binary | 10011001 | 1111001 | 1011101 | 0 | 10101 | 100111 | 101000 | 11100 | 11000 | 110000 |
Color Harmonies of #99795D
Complementary color
Monochromatic Colors of #99795D
Black with #99795D
Text Example
Text Example
White with #99795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99795D; }
p { color: rgb(153,121,93); }
H1.HeaderClassName
{
color: #99795D;
}
.AnyTagClassName
{
color: #99795D;
}
</style>
background-color css
<style>
a { background-color: #99795D; }
a { background-color: rgb(153,121,93); }
div.DivClassName
{
background-color: #99795D;
}
.BgClassName
{
background-color: #99795D;
}
</style>
border-color css
<style>
span { border-color: #99795D; }
span { border-color: rgb(153,121,93); }
td.TdClassName
{
border-color: #99795D;
}
.TagClassName
{
border-color: #99795D;
}
</style>