Shades of Sorrell Brown #9B8164
Tints of Sorrell Brown #9B8164
RGB
CMYK
RGB Variations
Color information
#9B8164 (or 0x9B8164) is known color: Sorrell Brown. HEX triplet: 9B, 81 and 64. RGB value is (155,129,100). Sum of RGB (Red+Green+Blue) = 155+129+100=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8164 is #647E9B. Grayscale: #858585. Windows color (decimal): -6586012 or 6586779. OLE color: 6586779.
HSL color Cylindrical-coordinate representation of color #9B8164: hue angle of 31.64º degrees, saturation: 0.22, 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 #9B8164 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 129 | 100 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.39 |
| HSL | 31.64º | 0.22% | 0.5% | - |
| HSV(B) | 31.64º | 0.35% | 0.61% | - |
| XYZ | 23.67 | 23.59 | 15.36 | - |
| YUV | 133.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 129 | 100 | 0 | 0.17 | 0.35 | 0.39 | 31.64 | 0.22 | 0.5 |
| Hex | 9B | 81 | 64 | 0 | 11 | 23 | 27 | 20 | 16 | 32 |
| Octal | 233 | 201 | 144 | 0 | 21 | 43 | 47 | 40 | 26 | 62 |
| Binary | 10011011 | 10000001 | 1100100 | 0 | 10001 | 100011 | 100111 | 100000 | 10110 | 110010 |
Color Harmonies of #9B8164
Complementary color
Monochromatic Colors of #9B8164
Black with #9B8164
Text Example
Text Example
White with #9B8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8164; }
p { color: rgb(155,129,100); }
H1.HeaderClassName
{
color: #9B8164;
}
.AnyTagClassName
{
color: #9B8164;
}
</style>
background-color css
<style>
a { background-color: #9B8164; }
a { background-color: rgb(155,129,100); }
div.DivClassName
{
background-color: #9B8164;
}
.BgClassName
{
background-color: #9B8164;
}
</style>
border-color css
<style>
span { border-color: #9B8164; }
span { border-color: rgb(155,129,100); }
td.TdClassName
{
border-color: #9B8164;
}
.TagClassName
{
border-color: #9B8164;
}
</style>