Shades of Sorrell Brown #99845F
Tints of Sorrell Brown #99845F
RGB
CMYK
RGB Variations
Color information
#99845F (or 0x99845F) is known color: Sorrell Brown. HEX triplet: 99, 84 and 5F. RGB value is (153,132,95). Sum of RGB (Red+Green+Blue) = 153+132+95=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99845F is #667BA0. Grayscale: #868686. Windows color (decimal): -6716321 or 6259865. OLE color: 6259865.
HSL color Cylindrical-coordinate representation of color #99845F: hue angle of 38.28º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99845F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 95 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.4 |
| HSL | 38.28º | 0.23% | 0.49% | - |
| HSV(B) | 38.28º | 0.38% | 0.6% | - |
| XYZ | 23.45 | 24.1 | 14.24 | - |
| YUV | 134.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 95 | 0 | 0.14 | 0.38 | 0.4 | 38.28 | 0.23 | 0.49 |
| Hex | 99 | 84 | 5F | 0 | E | 26 | 28 | 26 | 17 | 31 |
| Octal | 231 | 204 | 137 | 0 | 16 | 46 | 50 | 46 | 27 | 61 |
| Binary | 10011001 | 10000100 | 1011111 | 0 | 1110 | 100110 | 101000 | 100110 | 10111 | 110001 |
Color Harmonies of #99845F
Complementary color
Monochromatic Colors of #99845F
Black with #99845F
Text Example
Text Example
White with #99845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99845F; }
p { color: rgb(153,132,95); }
H1.HeaderClassName
{
color: #99845F;
}
.AnyTagClassName
{
color: #99845F;
}
</style>
background-color css
<style>
a { background-color: #99845F; }
a { background-color: rgb(153,132,95); }
div.DivClassName
{
background-color: #99845F;
}
.BgClassName
{
background-color: #99845F;
}
</style>
border-color css
<style>
span { border-color: #99845F; }
span { border-color: rgb(153,132,95); }
td.TdClassName
{
border-color: #99845F;
}
.TagClassName
{
border-color: #99845F;
}
</style>