Shades of Sorrell Brown #9B795D
Tints of Sorrell Brown #9B795D
RGB
CMYK
RGB Variations
Color information
#9B795D (or 0x9B795D) is known color: Sorrell Brown. HEX triplet: 9B, 79 and 5D. RGB value is (155,121,93). Sum of RGB (Red+Green+Blue) = 155+121+93=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B795D is #6486A2. Grayscale: #808080. Windows color (decimal): -6588067 or 6125979. OLE color: 6125979.
HSL color Cylindrical-coordinate representation of color #9B795D: hue angle of 27.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B795D is Cyan = 0, Magento = 0.22, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 121 | 93 | - |
| CMYK | 0 | 0.22 | 0.4 | 0.39 |
| HSL | 27.1º | 0.25% | 0.49% | - |
| HSV(B) | 27.1º | 0.4% | 0.61% | - |
| XYZ | 22.33 | 21.43 | 13.32 | - |
| YUV | 127.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 121 | 93 | 0 | 0.22 | 0.4 | 0.39 | 27.1 | 0.25 | 0.49 |
| Hex | 9B | 79 | 5D | 0 | 16 | 28 | 27 | 1B | 19 | 31 |
| Octal | 233 | 171 | 135 | 0 | 26 | 50 | 47 | 33 | 31 | 61 |
| Binary | 10011011 | 1111001 | 1011101 | 0 | 10110 | 101000 | 100111 | 11011 | 11001 | 110001 |
Color Harmonies of #9B795D
Complementary color
Monochromatic Colors of #9B795D
Black with #9B795D
Text Example
Text Example
White with #9B795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B795D; }
p { color: rgb(155,121,93); }
H1.HeaderClassName
{
color: #9B795D;
}
.AnyTagClassName
{
color: #9B795D;
}
</style>
background-color css
<style>
a { background-color: #9B795D; }
a { background-color: rgb(155,121,93); }
div.DivClassName
{
background-color: #9B795D;
}
.BgClassName
{
background-color: #9B795D;
}
</style>
border-color css
<style>
span { border-color: #9B795D; }
span { border-color: rgb(155,121,93); }
td.TdClassName
{
border-color: #9B795D;
}
.TagClassName
{
border-color: #9B795D;
}
</style>