Shades of Sorrell Brown #978264
Tints of Sorrell Brown #978264
RGB
CMYK
RGB Variations
Color information
#978264 (or 0x978264) is known color: Sorrell Brown. HEX triplet: 97, 82 and 64. RGB value is (151,130,100). Sum of RGB (Red+Green+Blue) = 151+130+100=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #978264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978264 is #687D9B. Grayscale: #858585. Windows color (decimal): -6847900 or 6587031. OLE color: 6587031.
HSL color Cylindrical-coordinate representation of color #978264: hue angle of 35.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #978264 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 100 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.41 |
| HSL | 35.29º | 0.2% | 0.49% | - |
| HSV(B) | 35.29º | 0.34% | 0.59% | - |
| XYZ | 23.05 | 23.46 | 15.37 | - |
| YUV | 132.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 100 | 0 | 0.14 | 0.34 | 0.41 | 35.29 | 0.2 | 0.49 |
| Hex | 97 | 82 | 64 | 0 | E | 22 | 29 | 23 | 14 | 31 |
| Octal | 227 | 202 | 144 | 0 | 16 | 42 | 51 | 43 | 24 | 61 |
| Binary | 10010111 | 10000010 | 1100100 | 0 | 1110 | 100010 | 101001 | 100011 | 10100 | 110001 |
Color Harmonies of #978264
Complementary color
Monochromatic Colors of #978264
Black with #978264
Text Example
Text Example
White with #978264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978264; }
p { color: rgb(151,130,100); }
H1.HeaderClassName
{
color: #978264;
}
.AnyTagClassName
{
color: #978264;
}
</style>
background-color css
<style>
a { background-color: #978264; }
a { background-color: rgb(151,130,100); }
div.DivClassName
{
background-color: #978264;
}
.BgClassName
{
background-color: #978264;
}
</style>
border-color css
<style>
span { border-color: #978264; }
span { border-color: rgb(151,130,100); }
td.TdClassName
{
border-color: #978264;
}
.TagClassName
{
border-color: #978264;
}
</style>