Shades of Sorrell Brown #9B8065
Tints of Sorrell Brown #9B8065
RGB
CMYK
RGB Variations
Color information
#9B8065 (or 0x9B8065) is known color: Sorrell Brown. HEX triplet: 9B, 80 and 65. RGB value is (155,128,101). Sum of RGB (Red+Green+Blue) = 155+128+101=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8065 is #647F9A. Grayscale: #858585. Windows color (decimal): -6586267 or 6652059. OLE color: 6652059.
HSL color Cylindrical-coordinate representation of color #9B8065: hue angle of 30º 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 #9B8065 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 101 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.39 |
| HSL | 30º | 0.21% | 0.5% | - |
| HSV(B) | 30º | 0.35% | 0.61% | - |
| XYZ | 23.59 | 23.35 | 15.58 | - |
| YUV | 133 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 101 | 0 | 0.17 | 0.35 | 0.39 | 30 | 0.21 | 0.5 |
| Hex | 9B | 80 | 65 | 0 | 11 | 23 | 27 | 1E | 15 | 32 |
| Octal | 233 | 200 | 145 | 0 | 21 | 43 | 47 | 36 | 25 | 62 |
| Binary | 10011011 | 10000000 | 1100101 | 0 | 10001 | 100011 | 100111 | 11110 | 10101 | 110010 |
Color Harmonies of #9B8065
Complementary color
Monochromatic Colors of #9B8065
Black with #9B8065
Text Example
Text Example
White with #9B8065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8065; }
p { color: rgb(155,128,101); }
H1.HeaderClassName
{
color: #9B8065;
}
.AnyTagClassName
{
color: #9B8065;
}
</style>
background-color css
<style>
a { background-color: #9B8065; }
a { background-color: rgb(155,128,101); }
div.DivClassName
{
background-color: #9B8065;
}
.BgClassName
{
background-color: #9B8065;
}
</style>
border-color css
<style>
span { border-color: #9B8065; }
span { border-color: rgb(155,128,101); }
td.TdClassName
{
border-color: #9B8065;
}
.TagClassName
{
border-color: #9B8065;
}
</style>