Shades of Sorrell Brown #9B806B
Tints of Sorrell Brown #9B806B
RGB
CMYK
RGB Variations
Color information
#9B806B (or 0x9B806B) is known color: Sorrell Brown. HEX triplet: 9B, 80 and 6B. RGB value is (155,128,107). Sum of RGB (Red+Green+Blue) = 155+128+107=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B806B is #647F94. Grayscale: #858585. Windows color (decimal): -6586261 or 7045275. OLE color: 7045275.
HSL color Cylindrical-coordinate representation of color #9B806B: hue angle of 26.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B806B is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 128 | 107 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.39 |
| HSL | 26.25º | 0.19% | 0.51% | - |
| HSV(B) | 26.25º | 0.31% | 0.61% | - |
| XYZ | 23.89 | 23.47 | 17.18 | - |
| YUV | 133.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 107 | 0 | 0.17 | 0.31 | 0.39 | 26.25 | 0.19 | 0.51 |
| Hex | 9B | 80 | 6B | 0 | 11 | 1F | 27 | 1A | 13 | 33 |
| Octal | 233 | 200 | 153 | 0 | 21 | 37 | 47 | 32 | 23 | 63 |
| Binary | 10011011 | 10000000 | 1101011 | 0 | 10001 | 11111 | 100111 | 11010 | 10011 | 110011 |
Color Harmonies of #9B806B
Complementary color
Monochromatic Colors of #9B806B
Black with #9B806B
Text Example
Text Example
White with #9B806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B806B; }
p { color: rgb(155,128,107); }
H1.HeaderClassName
{
color: #9B806B;
}
.AnyTagClassName
{
color: #9B806B;
}
</style>
background-color css
<style>
a { background-color: #9B806B; }
a { background-color: rgb(155,128,107); }
div.DivClassName
{
background-color: #9B806B;
}
.BgClassName
{
background-color: #9B806B;
}
</style>
border-color css
<style>
span { border-color: #9B806B; }
span { border-color: rgb(155,128,107); }
td.TdClassName
{
border-color: #9B806B;
}
.TagClassName
{
border-color: #9B806B;
}
</style>