Shades of Sorrell Brown #9B8761
Tints of Sorrell Brown #9B8761
RGB
CMYK
RGB Variations
Color information
#9B8761 (or 0x9B8761) is known color: Sorrell Brown. HEX triplet: 9B, 87 and 61. RGB value is (155,135,97). Sum of RGB (Red+Green+Blue) = 155+135+97=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8761 is #64789E. Grayscale: #888888. Windows color (decimal): -6584479 or 6391707. OLE color: 6391707.
HSL color Cylindrical-coordinate representation of color #9B8761: hue angle of 39.31º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B8761 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 97 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.39 |
| HSL | 39.31º | 0.23% | 0.49% | - |
| HSV(B) | 39.31º | 0.37% | 0.61% | - |
| XYZ | 24.34 | 25.16 | 14.88 | - |
| YUV | 136.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 97 | 0 | 0.13 | 0.37 | 0.39 | 39.31 | 0.23 | 0.49 |
| Hex | 9B | 87 | 61 | 0 | D | 25 | 27 | 27 | 17 | 31 |
| Octal | 233 | 207 | 141 | 0 | 15 | 45 | 47 | 47 | 27 | 61 |
| Binary | 10011011 | 10000111 | 1100001 | 0 | 1101 | 100101 | 100111 | 100111 | 10111 | 110001 |
Color Harmonies of #9B8761
Complementary color
Monochromatic Colors of #9B8761
Black with #9B8761
Text Example
Text Example
White with #9B8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8761; }
p { color: rgb(155,135,97); }
H1.HeaderClassName
{
color: #9B8761;
}
.AnyTagClassName
{
color: #9B8761;
}
</style>
background-color css
<style>
a { background-color: #9B8761; }
a { background-color: rgb(155,135,97); }
div.DivClassName
{
background-color: #9B8761;
}
.BgClassName
{
background-color: #9B8761;
}
</style>
border-color css
<style>
span { border-color: #9B8761; }
span { border-color: rgb(155,135,97); }
td.TdClassName
{
border-color: #9B8761;
}
.TagClassName
{
border-color: #9B8761;
}
</style>