Shades of Sorrell Brown #978162
Tints of Sorrell Brown #978162
RGB
CMYK
RGB Variations
Color information
#978162 (or 0x978162) is known color: Sorrell Brown. HEX triplet: 97, 81 and 62. RGB value is (151,129,98). Sum of RGB (Red+Green+Blue) = 151+129+98=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #978162 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978162 is #687E9D. Grayscale: #848484. Windows color (decimal): -6848158 or 6455703. OLE color: 6455703.
HSL color Cylindrical-coordinate representation of color #978162: hue angle of 35.09º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #978162 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 129 | 98 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.41 |
| HSL | 35.09º | 0.21% | 0.49% | - |
| HSV(B) | 35.09º | 0.35% | 0.59% | - |
| XYZ | 22.82 | 23.16 | 14.82 | - |
| YUV | 132.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 98 | 0 | 0.15 | 0.35 | 0.41 | 35.09 | 0.21 | 0.49 |
| Hex | 97 | 81 | 62 | 0 | F | 23 | 29 | 23 | 15 | 31 |
| Octal | 227 | 201 | 142 | 0 | 17 | 43 | 51 | 43 | 25 | 61 |
| Binary | 10010111 | 10000001 | 1100010 | 0 | 1111 | 100011 | 101001 | 100011 | 10101 | 110001 |
Color Harmonies of #978162
Complementary color
Monochromatic Colors of #978162
Black with #978162
Text Example
Text Example
White with #978162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978162; }
p { color: rgb(151,129,98); }
H1.HeaderClassName
{
color: #978162;
}
.AnyTagClassName
{
color: #978162;
}
</style>
background-color css
<style>
a { background-color: #978162; }
a { background-color: rgb(151,129,98); }
div.DivClassName
{
background-color: #978162;
}
.BgClassName
{
background-color: #978162;
}
</style>
border-color css
<style>
span { border-color: #978162; }
span { border-color: rgb(151,129,98); }
td.TdClassName
{
border-color: #978162;
}
.TagClassName
{
border-color: #978162;
}
</style>