Shades of Sorrell Brown #9B8062
Tints of Sorrell Brown #9B8062
RGB
CMYK
RGB Variations
Color information
#9B8062 (or 0x9B8062) is known color: Sorrell Brown. HEX triplet: 9B, 80 and 62. RGB value is (155,128,98). Sum of RGB (Red+Green+Blue) = 155+128+98=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8062 is #647F9D. Grayscale: #848484. Windows color (decimal): -6586270 or 6455451. OLE color: 6455451.
HSL color Cylindrical-coordinate representation of color #9B8062: hue angle of 31.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B8062 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 98 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.39 |
| HSL | 31.58º | 0.23% | 0.5% | - |
| HSV(B) | 31.58º | 0.37% | 0.61% | - |
| XYZ | 23.44 | 23.29 | 14.81 | - |
| YUV | 132.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 98 | 0 | 0.17 | 0.37 | 0.39 | 31.58 | 0.23 | 0.5 |
| Hex | 9B | 80 | 62 | 0 | 11 | 25 | 27 | 20 | 17 | 32 |
| Octal | 233 | 200 | 142 | 0 | 21 | 45 | 47 | 40 | 27 | 62 |
| Binary | 10011011 | 10000000 | 1100010 | 0 | 10001 | 100101 | 100111 | 100000 | 10111 | 110010 |
Color Harmonies of #9B8062
Complementary color
Monochromatic Colors of #9B8062
Black with #9B8062
Text Example
Text Example
White with #9B8062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8062; }
p { color: rgb(155,128,98); }
H1.HeaderClassName
{
color: #9B8062;
}
.AnyTagClassName
{
color: #9B8062;
}
</style>
background-color css
<style>
a { background-color: #9B8062; }
a { background-color: rgb(155,128,98); }
div.DivClassName
{
background-color: #9B8062;
}
.BgClassName
{
background-color: #9B8062;
}
</style>
border-color css
<style>
span { border-color: #9B8062; }
span { border-color: rgb(155,128,98); }
td.TdClassName
{
border-color: #9B8062;
}
.TagClassName
{
border-color: #9B8062;
}
</style>