Shades of Sorrell Brown #968063
Tints of Sorrell Brown #968063
RGB
CMYK
RGB Variations
Color information
#968063 (or 0x968063) is known color: Sorrell Brown. HEX triplet: 96, 80 and 63. RGB value is (150,128,99). Sum of RGB (Red+Green+Blue) = 150+128+99=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #968063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968063 is #697F9C. Grayscale: #838383. Windows color (decimal): -6913949 or 6520982. OLE color: 6520982.
HSL color Cylindrical-coordinate representation of color #968063: hue angle of 34.12º 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 #968063 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 99 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.41 |
| HSL | 34.12º | 0.2% | 0.49% | - |
| HSV(B) | 34.12º | 0.34% | 0.59% | - |
| XYZ | 22.55 | 22.82 | 15.02 | - |
| YUV | 131.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 99 | 0 | 0.15 | 0.34 | 0.41 | 34.12 | 0.2 | 0.49 |
| Hex | 96 | 80 | 63 | 0 | F | 22 | 29 | 22 | 14 | 31 |
| Octal | 226 | 200 | 143 | 0 | 17 | 42 | 51 | 42 | 24 | 61 |
| Binary | 10010110 | 10000000 | 1100011 | 0 | 1111 | 100010 | 101001 | 100010 | 10100 | 110001 |
Color Harmonies of #968063
Complementary color
Monochromatic Colors of #968063
Black with #968063
Text Example
Text Example
White with #968063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968063; }
p { color: rgb(150,128,99); }
H1.HeaderClassName
{
color: #968063;
}
.AnyTagClassName
{
color: #968063;
}
</style>
background-color css
<style>
a { background-color: #968063; }
a { background-color: rgb(150,128,99); }
div.DivClassName
{
background-color: #968063;
}
.BgClassName
{
background-color: #968063;
}
</style>
border-color css
<style>
span { border-color: #968063; }
span { border-color: rgb(150,128,99); }
td.TdClassName
{
border-color: #968063;
}
.TagClassName
{
border-color: #968063;
}
</style>