Shades of Sorrell Brown #9B7D66
Tints of Sorrell Brown #9B7D66
RGB
CMYK
RGB Variations
Color information
#9B7D66 (or 0x9B7D66) is known color: Sorrell Brown. HEX triplet: 9B, 7D and 66. RGB value is (155,125,102). Sum of RGB (Red+Green+Blue) = 155+125+102=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7D66 is #648299. Grayscale: #838383. Windows color (decimal): -6587034 or 6716827. OLE color: 6716827.
HSL color Cylindrical-coordinate representation of color #9B7D66: hue angle of 26.04º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B7D66 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 125 | 102 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.39 |
| HSL | 26.04º | 0.21% | 0.5% | - |
| HSV(B) | 26.04º | 0.34% | 0.61% | - |
| XYZ | 23.25 | 22.6 | 15.71 | - |
| YUV | 131.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 102 | 0 | 0.19 | 0.34 | 0.39 | 26.04 | 0.21 | 0.5 |
| Hex | 9B | 7D | 66 | 0 | 13 | 22 | 27 | 1A | 15 | 32 |
| Octal | 233 | 175 | 146 | 0 | 23 | 42 | 47 | 32 | 25 | 62 |
| Binary | 10011011 | 1111101 | 1100110 | 0 | 10011 | 100010 | 100111 | 11010 | 10101 | 110010 |
Color Harmonies of #9B7D66
Complementary color
Monochromatic Colors of #9B7D66
Black with #9B7D66
Text Example
Text Example
White with #9B7D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7D66; }
p { color: rgb(155,125,102); }
H1.HeaderClassName
{
color: #9B7D66;
}
.AnyTagClassName
{
color: #9B7D66;
}
</style>
background-color css
<style>
a { background-color: #9B7D66; }
a { background-color: rgb(155,125,102); }
div.DivClassName
{
background-color: #9B7D66;
}
.BgClassName
{
background-color: #9B7D66;
}
</style>
border-color css
<style>
span { border-color: #9B7D66; }
span { border-color: rgb(155,125,102); }
td.TdClassName
{
border-color: #9B7D66;
}
.TagClassName
{
border-color: #9B7D66;
}
</style>