Shades of Sorrell Brown #9C795C
Tints of Sorrell Brown #9C795C
RGB
CMYK
RGB Variations
Color information
#9C795C (or 0x9C795C) is known color: Sorrell Brown. HEX triplet: 9C, 79 and 5C. RGB value is (156,121,92). Sum of RGB (Red+Green+Blue) = 156+121+92=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C795C is #6386A3. Grayscale: #808080. Windows color (decimal): -6522532 or 6060444. OLE color: 6060444.
HSL color Cylindrical-coordinate representation of color #9C795C: hue angle of 27.19º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C795C is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 121 | 92 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.39 |
| HSL | 27.19º | 0.26% | 0.49% | - |
| HSV(B) | 27.19º | 0.41% | 0.61% | - |
| XYZ | 22.48 | 21.52 | 13.09 | - |
| YUV | 128.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 92 | 0 | 0.22 | 0.41 | 0.39 | 27.19 | 0.26 | 0.49 |
| Hex | 9C | 79 | 5C | 0 | 16 | 29 | 27 | 1B | 1A | 31 |
| Octal | 234 | 171 | 134 | 0 | 26 | 51 | 47 | 33 | 32 | 61 |
| Binary | 10011100 | 1111001 | 1011100 | 0 | 10110 | 101001 | 100111 | 11011 | 11010 | 110001 |
Color Harmonies of #9C795C
Complementary color
Monochromatic Colors of #9C795C
Black with #9C795C
Text Example
Text Example
White with #9C795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C795C; }
p { color: rgb(156,121,92); }
H1.HeaderClassName
{
color: #9C795C;
}
.AnyTagClassName
{
color: #9C795C;
}
</style>
background-color css
<style>
a { background-color: #9C795C; }
a { background-color: rgb(156,121,92); }
div.DivClassName
{
background-color: #9C795C;
}
.BgClassName
{
background-color: #9C795C;
}
</style>
border-color css
<style>
span { border-color: #9C795C; }
span { border-color: rgb(156,121,92); }
td.TdClassName
{
border-color: #9C795C;
}
.TagClassName
{
border-color: #9C795C;
}
</style>