Shades of Sorrell Brown #957C64
Tints of Sorrell Brown #957C64
RGB
CMYK
RGB Variations
Color information
#957C64 (or 0x957C64) is known color: Sorrell Brown. HEX triplet: 95, 7C and 64. RGB value is (149,124,100). Sum of RGB (Red+Green+Blue) = 149+124+100=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #957C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C64 is #6A839B. Grayscale: #808080. Windows color (decimal): -6980508 or 6585493. OLE color: 6585493.
HSL color Cylindrical-coordinate representation of color #957C64: hue angle of 29.39º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #957C64 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 124 | 100 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.42 |
| HSL | 29.39º | 0.2% | 0.49% | - |
| HSV(B) | 29.39º | 0.33% | 0.58% | - |
| XYZ | 21.9 | 21.72 | 15.1 | - |
| YUV | 128.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 100 | 0 | 0.17 | 0.33 | 0.42 | 29.39 | 0.2 | 0.49 |
| Hex | 95 | 7C | 64 | 0 | 11 | 21 | 2A | 1D | 14 | 31 |
| Octal | 225 | 174 | 144 | 0 | 21 | 41 | 52 | 35 | 24 | 61 |
| Binary | 10010101 | 1111100 | 1100100 | 0 | 10001 | 100001 | 101010 | 11101 | 10100 | 110001 |
Color Harmonies of #957C64
Complementary color
Monochromatic Colors of #957C64
Black with #957C64
Text Example
Text Example
White with #957C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C64; }
p { color: rgb(149,124,100); }
H1.HeaderClassName
{
color: #957C64;
}
.AnyTagClassName
{
color: #957C64;
}
</style>
background-color css
<style>
a { background-color: #957C64; }
a { background-color: rgb(149,124,100); }
div.DivClassName
{
background-color: #957C64;
}
.BgClassName
{
background-color: #957C64;
}
</style>
border-color css
<style>
span { border-color: #957C64; }
span { border-color: rgb(149,124,100); }
td.TdClassName
{
border-color: #957C64;
}
.TagClassName
{
border-color: #957C64;
}
</style>