Shades of Sorrell Brown #9D8268
Tints of Sorrell Brown #9D8268
RGB
CMYK
RGB Variations
Color information
#9D8268 (or 0x9D8268) is known color: Sorrell Brown. HEX triplet: 9D, 82 and 68. RGB value is (157,130,104). Sum of RGB (Red+Green+Blue) = 157+130+104=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8268 is #627D97. Grayscale: #878787. Windows color (decimal): -6454680 or 6849181. OLE color: 6849181.
HSL color Cylindrical-coordinate representation of color #9D8268: hue angle of 29.43º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D8268 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 104 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.38 |
| HSL | 29.43º | 0.21% | 0.51% | - |
| HSV(B) | 29.43º | 0.34% | 0.62% | - |
| XYZ | 24.39 | 24.13 | 16.47 | - |
| YUV | 135.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 104 | 0 | 0.17 | 0.34 | 0.38 | 29.43 | 0.21 | 0.51 |
| Hex | 9D | 82 | 68 | 0 | 11 | 22 | 26 | 1D | 15 | 33 |
| Octal | 235 | 202 | 150 | 0 | 21 | 42 | 46 | 35 | 25 | 63 |
| Binary | 10011101 | 10000010 | 1101000 | 0 | 10001 | 100010 | 100110 | 11101 | 10101 | 110011 |
Color Harmonies of #9D8268
Complementary color
Monochromatic Colors of #9D8268
Black with #9D8268
Text Example
Text Example
White with #9D8268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8268; }
p { color: rgb(157,130,104); }
H1.HeaderClassName
{
color: #9D8268;
}
.AnyTagClassName
{
color: #9D8268;
}
</style>
background-color css
<style>
a { background-color: #9D8268; }
a { background-color: rgb(157,130,104); }
div.DivClassName
{
background-color: #9D8268;
}
.BgClassName
{
background-color: #9D8268;
}
</style>
border-color css
<style>
span { border-color: #9D8268; }
span { border-color: rgb(157,130,104); }
td.TdClassName
{
border-color: #9D8268;
}
.TagClassName
{
border-color: #9D8268;
}
</style>