Shades of Sorrell Brown #9B8366
Tints of Sorrell Brown #9B8366
RGB
CMYK
RGB Variations
Color information
#9B8366 (or 0x9B8366) is known color: Sorrell Brown. HEX triplet: 9B, 83 and 66. RGB value is (155,131,102). Sum of RGB (Red+Green+Blue) = 155+131+102=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8366 is #647C99. Grayscale: #878787. Windows color (decimal): -6585498 or 6718363. OLE color: 6718363.
HSL color Cylindrical-coordinate representation of color #9B8366: hue angle of 32.83º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B8366 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 131 | 102 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.39 |
| HSL | 32.83º | 0.21% | 0.5% | - |
| HSV(B) | 32.83º | 0.34% | 0.61% | - |
| XYZ | 24.03 | 24.16 | 15.97 | - |
| YUV | 134.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 102 | 0 | 0.15 | 0.34 | 0.39 | 32.83 | 0.21 | 0.5 |
| Hex | 9B | 83 | 66 | 0 | F | 22 | 27 | 21 | 15 | 32 |
| Octal | 233 | 203 | 146 | 0 | 17 | 42 | 47 | 41 | 25 | 62 |
| Binary | 10011011 | 10000011 | 1100110 | 0 | 1111 | 100010 | 100111 | 100001 | 10101 | 110010 |
Color Harmonies of #9B8366
Complementary color
Monochromatic Colors of #9B8366
Black with #9B8366
Text Example
Text Example
White with #9B8366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8366; }
p { color: rgb(155,131,102); }
H1.HeaderClassName
{
color: #9B8366;
}
.AnyTagClassName
{
color: #9B8366;
}
</style>
background-color css
<style>
a { background-color: #9B8366; }
a { background-color: rgb(155,131,102); }
div.DivClassName
{
background-color: #9B8366;
}
.BgClassName
{
background-color: #9B8366;
}
</style>
border-color css
<style>
span { border-color: #9B8366; }
span { border-color: rgb(155,131,102); }
td.TdClassName
{
border-color: #9B8366;
}
.TagClassName
{
border-color: #9B8366;
}
</style>