Shades of Sorrell Brown #9B8265
Tints of Sorrell Brown #9B8265
RGB
CMYK
RGB Variations
Color information
#9B8265 (or 0x9B8265) is known color: Sorrell Brown. HEX triplet: 9B, 82 and 65. RGB value is (155,130,101). Sum of RGB (Red+Green+Blue) = 155+130+101=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8265 is #647D9A. Grayscale: #868686. Windows color (decimal): -6585755 or 6652571. OLE color: 6652571.
HSL color Cylindrical-coordinate representation of color #9B8265: hue angle of 32.22º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8265 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 101 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.39 |
| HSL | 32.22º | 0.21% | 0.5% | - |
| HSV(B) | 32.22º | 0.35% | 0.61% | - |
| XYZ | 23.85 | 23.87 | 15.66 | - |
| YUV | 134.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 101 | 0 | 0.16 | 0.35 | 0.39 | 32.22 | 0.21 | 0.5 |
| Hex | 9B | 82 | 65 | 0 | 10 | 23 | 27 | 20 | 15 | 32 |
| Octal | 233 | 202 | 145 | 0 | 20 | 43 | 47 | 40 | 25 | 62 |
| Binary | 10011011 | 10000010 | 1100101 | 0 | 10000 | 100011 | 100111 | 100000 | 10101 | 110010 |
Color Harmonies of #9B8265
Complementary color
Monochromatic Colors of #9B8265
Black with #9B8265
Text Example
Text Example
White with #9B8265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8265; }
p { color: rgb(155,130,101); }
H1.HeaderClassName
{
color: #9B8265;
}
.AnyTagClassName
{
color: #9B8265;
}
</style>
background-color css
<style>
a { background-color: #9B8265; }
a { background-color: rgb(155,130,101); }
div.DivClassName
{
background-color: #9B8265;
}
.BgClassName
{
background-color: #9B8265;
}
</style>
border-color css
<style>
span { border-color: #9B8265; }
span { border-color: rgb(155,130,101); }
td.TdClassName
{
border-color: #9B8265;
}
.TagClassName
{
border-color: #9B8265;
}
</style>