Shades of Sorrell Brown #9B805F
Tints of Sorrell Brown #9B805F
RGB
CMYK
RGB Variations
Color information
#9B805F (or 0x9B805F) is known color: Sorrell Brown. HEX triplet: 9B, 80 and 5F. RGB value is (155,128,95). Sum of RGB (Red+Green+Blue) = 155+128+95=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B805F is #647FA0. Grayscale: #848484. Windows color (decimal): -6586273 or 6258843. OLE color: 6258843.
HSL color Cylindrical-coordinate representation of color #9B805F: hue angle of 33º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B805F is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 95 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.39 |
| HSL | 33º | 0.24% | 0.49% | - |
| HSV(B) | 33º | 0.39% | 0.61% | - |
| XYZ | 23.3 | 23.23 | 14.08 | - |
| YUV | 132.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 95 | 0 | 0.17 | 0.39 | 0.39 | 33 | 0.24 | 0.49 |
| Hex | 9B | 80 | 5F | 0 | 11 | 27 | 27 | 21 | 18 | 31 |
| Octal | 233 | 200 | 137 | 0 | 21 | 47 | 47 | 41 | 30 | 61 |
| Binary | 10011011 | 10000000 | 1011111 | 0 | 10001 | 100111 | 100111 | 100001 | 11000 | 110001 |
Color Harmonies of #9B805F
Complementary color
Monochromatic Colors of #9B805F
Black with #9B805F
Text Example
Text Example
White with #9B805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B805F; }
p { color: rgb(155,128,95); }
H1.HeaderClassName
{
color: #9B805F;
}
.AnyTagClassName
{
color: #9B805F;
}
</style>
background-color css
<style>
a { background-color: #9B805F; }
a { background-color: rgb(155,128,95); }
div.DivClassName
{
background-color: #9B805F;
}
.BgClassName
{
background-color: #9B805F;
}
</style>
border-color css
<style>
span { border-color: #9B805F; }
span { border-color: rgb(155,128,95); }
td.TdClassName
{
border-color: #9B805F;
}
.TagClassName
{
border-color: #9B805F;
}
</style>