Shades of Sorrell Brown #968062
Tints of Sorrell Brown #968062
RGB
CMYK
RGB Variations
Color information
#968062 (or 0x968062) is known color: Sorrell Brown. HEX triplet: 96, 80 and 62. RGB value is (150,128,98). Sum of RGB (Red+Green+Blue) = 150+128+98=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 98 (38.67% from 255 or 26.06% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #968062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968062 is #697F9D. Grayscale: #838383. Windows color (decimal): -6913950 or 6455446. OLE color: 6455446.
HSL color Cylindrical-coordinate representation of color #968062: hue angle of 34.62º 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 #968062 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 98 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.41 |
| HSL | 34.62º | 0.21% | 0.49% | - |
| HSV(B) | 34.62º | 0.35% | 0.59% | - |
| XYZ | 22.5 | 22.8 | 14.77 | - |
| YUV | 131.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 98 | 0 | 0.15 | 0.35 | 0.41 | 34.62 | 0.21 | 0.49 |
| Hex | 96 | 80 | 62 | 0 | F | 23 | 29 | 23 | 15 | 31 |
| Octal | 226 | 200 | 142 | 0 | 17 | 43 | 51 | 43 | 25 | 61 |
| Binary | 10010110 | 10000000 | 1100010 | 0 | 1111 | 100011 | 101001 | 100011 | 10101 | 110001 |
Color Harmonies of #968062
Complementary color
Monochromatic Colors of #968062
Black with #968062
Text Example
Text Example
White with #968062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968062; }
p { color: rgb(150,128,98); }
H1.HeaderClassName
{
color: #968062;
}
.AnyTagClassName
{
color: #968062;
}
</style>
background-color css
<style>
a { background-color: #968062; }
a { background-color: rgb(150,128,98); }
div.DivClassName
{
background-color: #968062;
}
.BgClassName
{
background-color: #968062;
}
</style>
border-color css
<style>
span { border-color: #968062; }
span { border-color: rgb(150,128,98); }
td.TdClassName
{
border-color: #968062;
}
.TagClassName
{
border-color: #968062;
}
</style>