Shades of Sorrell Brown #968262
Tints of Sorrell Brown #968262
RGB
CMYK
RGB Variations
Color information
#968262 (or 0x968262) is known color: Sorrell Brown. HEX triplet: 96, 82 and 62. RGB value is (150,130,98). Sum of RGB (Red+Green+Blue) = 150+130+98=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #968262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968262 is #697D9D. Grayscale: #848484. Windows color (decimal): -6913438 or 6455958. OLE color: 6455958.
HSL color Cylindrical-coordinate representation of color #968262: hue angle of 36.92º 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 #968262 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 98 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.41 |
| HSL | 36.92º | 0.21% | 0.49% | - |
| HSV(B) | 36.92º | 0.35% | 0.59% | - |
| XYZ | 22.76 | 23.33 | 14.86 | - |
| YUV | 132.33 | 108.63 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 98 | 0 | 0.13 | 0.35 | 0.41 | 36.92 | 0.21 | 0.49 |
| Hex | 96 | 82 | 62 | 0 | D | 23 | 29 | 25 | 15 | 31 |
| Octal | 226 | 202 | 142 | 0 | 15 | 43 | 51 | 45 | 25 | 61 |
| Binary | 10010110 | 10000010 | 1100010 | 0 | 1101 | 100011 | 101001 | 100101 | 10101 | 110001 |
Color Harmonies of #968262
Complementary color
Monochromatic Colors of #968262
Black with #968262
Text Example
Text Example
White with #968262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968262; }
p { color: rgb(150,130,98); }
H1.HeaderClassName
{
color: #968262;
}
.AnyTagClassName
{
color: #968262;
}
</style>
background-color css
<style>
a { background-color: #968262; }
a { background-color: rgb(150,130,98); }
div.DivClassName
{
background-color: #968262;
}
.BgClassName
{
background-color: #968262;
}
</style>
border-color css
<style>
span { border-color: #968262; }
span { border-color: rgb(150,130,98); }
td.TdClassName
{
border-color: #968262;
}
.TagClassName
{
border-color: #968262;
}
</style>