Shades of Sorrell Brown #9C805C
Tints of Sorrell Brown #9C805C
RGB
CMYK
RGB Variations
Color information
#9C805C (or 0x9C805C) is known color: Sorrell Brown. HEX triplet: 9C, 80 and 5C. RGB value is (156,128,92). Sum of RGB (Red+Green+Blue) = 156+128+92=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C805C is #637FA3. Grayscale: #848484. Windows color (decimal): -6520740 or 6062236. OLE color: 6062236.
HSL color Cylindrical-coordinate representation of color #9C805C: hue angle of 33.75º 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 #9C805C is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 92 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.39 |
| HSL | 33.75º | 0.26% | 0.49% | - |
| HSV(B) | 33.75º | 0.41% | 0.61% | - |
| XYZ | 23.36 | 23.28 | 13.39 | - |
| YUV | 132.27 | 105.28 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 92 | 0 | 0.18 | 0.41 | 0.39 | 33.75 | 0.26 | 0.49 |
| Hex | 9C | 80 | 5C | 0 | 12 | 29 | 27 | 22 | 1A | 31 |
| Octal | 234 | 200 | 134 | 0 | 22 | 51 | 47 | 42 | 32 | 61 |
| Binary | 10011100 | 10000000 | 1011100 | 0 | 10010 | 101001 | 100111 | 100010 | 11010 | 110001 |
Color Harmonies of #9C805C
Complementary color
Monochromatic Colors of #9C805C
Black with #9C805C
Text Example
Text Example
White with #9C805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C805C; }
p { color: rgb(156,128,92); }
H1.HeaderClassName
{
color: #9C805C;
}
.AnyTagClassName
{
color: #9C805C;
}
</style>
background-color css
<style>
a { background-color: #9C805C; }
a { background-color: rgb(156,128,92); }
div.DivClassName
{
background-color: #9C805C;
}
.BgClassName
{
background-color: #9C805C;
}
</style>
border-color css
<style>
span { border-color: #9C805C; }
span { border-color: rgb(156,128,92); }
td.TdClassName
{
border-color: #9C805C;
}
.TagClassName
{
border-color: #9C805C;
}
</style>