Shades of Sorrell Brown #9C7D68
Tints of Sorrell Brown #9C7D68
RGB
CMYK
RGB Variations
Color information
#9C7D68 (or 0x9C7D68) is known color: Sorrell Brown. HEX triplet: 9C, 7D and 68. RGB value is (156,125,104). Sum of RGB (Red+Green+Blue) = 156+125+104=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7D68 is #638297. Grayscale: #838383. Windows color (decimal): -6521496 or 6847900. OLE color: 6847900.
HSL color Cylindrical-coordinate representation of color #9C7D68: hue angle of 24.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C7D68 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 104 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.39 |
| HSL | 24.23º | 0.21% | 0.51% | - |
| HSV(B) | 24.23º | 0.33% | 0.61% | - |
| XYZ | 23.54 | 22.73 | 16.24 | - |
| YUV | 131.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 104 | 0 | 0.20 | 0.33 | 0.39 | 24.23 | 0.21 | 0.51 |
| Hex | 9C | 7D | 68 | 0 | 14 | 21 | 27 | 18 | 15 | 33 |
| Octal | 234 | 175 | 150 | 0 | 24 | 41 | 47 | 30 | 25 | 63 |
| Binary | 10011100 | 1111101 | 1101000 | 0 | 10100 | 100001 | 100111 | 11000 | 10101 | 110011 |
Color Harmonies of #9C7D68
Complementary color
Monochromatic Colors of #9C7D68
Black with #9C7D68
Text Example
Text Example
White with #9C7D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D68; }
p { color: rgb(156,125,104); }
H1.HeaderClassName
{
color: #9C7D68;
}
.AnyTagClassName
{
color: #9C7D68;
}
</style>
background-color css
<style>
a { background-color: #9C7D68; }
a { background-color: rgb(156,125,104); }
div.DivClassName
{
background-color: #9C7D68;
}
.BgClassName
{
background-color: #9C7D68;
}
</style>
border-color css
<style>
span { border-color: #9C7D68; }
span { border-color: rgb(156,125,104); }
td.TdClassName
{
border-color: #9C7D68;
}
.TagClassName
{
border-color: #9C7D68;
}
</style>