Shades of Sorrell Brown #9B7B63
Tints of Sorrell Brown #9B7B63
RGB
CMYK
RGB Variations
Color information
#9B7B63 (or 0x9B7B63) is known color: Sorrell Brown. HEX triplet: 9B, 7B and 63. RGB value is (155,123,99). Sum of RGB (Red+Green+Blue) = 155+123+99=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7B63 is #64849C. Grayscale: #818181. Windows color (decimal): -6587549 or 6519707. OLE color: 6519707.
HSL color Cylindrical-coordinate representation of color #9B7B63: hue angle of 25.71º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B7B63 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 99 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.39 |
| HSL | 25.71º | 0.22% | 0.5% | - |
| HSV(B) | 25.71º | 0.36% | 0.61% | - |
| XYZ | 22.85 | 22.04 | 14.85 | - |
| YUV | 129.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 99 | 0 | 0.21 | 0.36 | 0.39 | 25.71 | 0.22 | 0.5 |
| Hex | 9B | 7B | 63 | 0 | 15 | 24 | 27 | 1A | 16 | 32 |
| Octal | 233 | 173 | 143 | 0 | 25 | 44 | 47 | 32 | 26 | 62 |
| Binary | 10011011 | 1111011 | 1100011 | 0 | 10101 | 100100 | 100111 | 11010 | 10110 | 110010 |
Color Harmonies of #9B7B63
Complementary color
Monochromatic Colors of #9B7B63
Black with #9B7B63
Text Example
Text Example
White with #9B7B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B63; }
p { color: rgb(155,123,99); }
H1.HeaderClassName
{
color: #9B7B63;
}
.AnyTagClassName
{
color: #9B7B63;
}
</style>
background-color css
<style>
a { background-color: #9B7B63; }
a { background-color: rgb(155,123,99); }
div.DivClassName
{
background-color: #9B7B63;
}
.BgClassName
{
background-color: #9B7B63;
}
</style>
border-color css
<style>
span { border-color: #9B7B63; }
span { border-color: rgb(155,123,99); }
td.TdClassName
{
border-color: #9B7B63;
}
.TagClassName
{
border-color: #9B7B63;
}
</style>