Shades of Sorrell Brown #9C7F69
Tints of Sorrell Brown #9C7F69
RGB
CMYK
RGB Variations
Color information
#9C7F69 (or 0x9C7F69) is known color: Sorrell Brown. HEX triplet: 9C, 7F and 69. RGB value is (156,127,105). Sum of RGB (Red+Green+Blue) = 156+127+105=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7F69 is #638096. Grayscale: #858585. Windows color (decimal): -6520983 or 6913948. OLE color: 6913948.
HSL color Cylindrical-coordinate representation of color #9C7F69: hue angle of 25.88º degrees, saturation: 0.2, 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 #9C7F69 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 127 | 105 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.39 |
| HSL | 25.88º | 0.2% | 0.51% | - |
| HSV(B) | 25.88º | 0.33% | 0.61% | - |
| XYZ | 23.85 | 23.27 | 16.6 | - |
| YUV | 133.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 127 | 105 | 0 | 0.19 | 0.33 | 0.39 | 25.88 | 0.2 | 0.51 |
| Hex | 9C | 7F | 69 | 0 | 13 | 21 | 27 | 1A | 14 | 33 |
| Octal | 234 | 177 | 151 | 0 | 23 | 41 | 47 | 32 | 24 | 63 |
| Binary | 10011100 | 1111111 | 1101001 | 0 | 10011 | 100001 | 100111 | 11010 | 10100 | 110011 |
Color Harmonies of #9C7F69
Complementary color
Monochromatic Colors of #9C7F69
Black with #9C7F69
Text Example
Text Example
White with #9C7F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7F69; }
p { color: rgb(156,127,105); }
H1.HeaderClassName
{
color: #9C7F69;
}
.AnyTagClassName
{
color: #9C7F69;
}
</style>
background-color css
<style>
a { background-color: #9C7F69; }
a { background-color: rgb(156,127,105); }
div.DivClassName
{
background-color: #9C7F69;
}
.BgClassName
{
background-color: #9C7F69;
}
</style>
border-color css
<style>
span { border-color: #9C7F69; }
span { border-color: rgb(156,127,105); }
td.TdClassName
{
border-color: #9C7F69;
}
.TagClassName
{
border-color: #9C7F69;
}
</style>