Shades of Sorrell Brown #9D806A
Tints of Sorrell Brown #9D806A
RGB
CMYK
RGB Variations
Color information
#9D806A (or 0x9D806A) is known color: Sorrell Brown. HEX triplet: 9D, 80 and 6A. RGB value is (157,128,106). Sum of RGB (Red+Green+Blue) = 157+128+106=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D806A is #627F95. Grayscale: #868686. Windows color (decimal): -6455190 or 6979741. OLE color: 6979741.
HSL color Cylindrical-coordinate representation of color #9D806A: hue angle of 25.88º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D806A is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 128 | 106 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.38 |
| HSL | 25.88º | 0.21% | 0.52% | - |
| HSV(B) | 25.88º | 0.32% | 0.62% | - |
| XYZ | 24.23 | 23.65 | 16.92 | - |
| YUV | 134.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 128 | 106 | 0 | 0.18 | 0.32 | 0.38 | 25.88 | 0.21 | 0.52 |
| Hex | 9D | 80 | 6A | 0 | 12 | 20 | 26 | 1A | 15 | 34 |
| Octal | 235 | 200 | 152 | 0 | 22 | 40 | 46 | 32 | 25 | 64 |
| Binary | 10011101 | 10000000 | 1101010 | 0 | 10010 | 100000 | 100110 | 11010 | 10101 | 110100 |
Color Harmonies of #9D806A
Complementary color
Monochromatic Colors of #9D806A
Black with #9D806A
Text Example
Text Example
White with #9D806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D806A; }
p { color: rgb(157,128,106); }
H1.HeaderClassName
{
color: #9D806A;
}
.AnyTagClassName
{
color: #9D806A;
}
</style>
background-color css
<style>
a { background-color: #9D806A; }
a { background-color: rgb(157,128,106); }
div.DivClassName
{
background-color: #9D806A;
}
.BgClassName
{
background-color: #9D806A;
}
</style>
border-color css
<style>
span { border-color: #9D806A; }
span { border-color: rgb(157,128,106); }
td.TdClassName
{
border-color: #9D806A;
}
.TagClassName
{
border-color: #9D806A;
}
</style>