Shades of Sorrell Brown #967B61
Tints of Sorrell Brown #967B61
RGB
CMYK
RGB Variations
Color information
#967B61 (or 0x967B61) is known color: Sorrell Brown. HEX triplet: 96, 7B and 61. RGB value is (150,123,97). Sum of RGB (Red+Green+Blue) = 150+123+97=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #967B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B61 is #69849E. Grayscale: #808080. Windows color (decimal): -6915231 or 6388630. OLE color: 6388630.
HSL color Cylindrical-coordinate representation of color #967B61: hue angle of 29.43º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967B61 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 97 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.41 |
| HSL | 29.43º | 0.21% | 0.48% | - |
| HSV(B) | 29.43º | 0.35% | 0.59% | - |
| XYZ | 21.82 | 21.51 | 14.31 | - |
| YUV | 128.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 97 | 0 | 0.18 | 0.35 | 0.41 | 29.43 | 0.21 | 0.48 |
| Hex | 96 | 7B | 61 | 0 | 12 | 23 | 29 | 1D | 15 | 30 |
| Octal | 226 | 173 | 141 | 0 | 22 | 43 | 51 | 35 | 25 | 60 |
| Binary | 10010110 | 1111011 | 1100001 | 0 | 10010 | 100011 | 101001 | 11101 | 10101 | 110000 |
Color Harmonies of #967B61
Complementary color
Monochromatic Colors of #967B61
Black with #967B61
Text Example
Text Example
White with #967B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B61; }
p { color: rgb(150,123,97); }
H1.HeaderClassName
{
color: #967B61;
}
.AnyTagClassName
{
color: #967B61;
}
</style>
background-color css
<style>
a { background-color: #967B61; }
a { background-color: rgb(150,123,97); }
div.DivClassName
{
background-color: #967B61;
}
.BgClassName
{
background-color: #967B61;
}
</style>
border-color css
<style>
span { border-color: #967B61; }
span { border-color: rgb(150,123,97); }
td.TdClassName
{
border-color: #967B61;
}
.TagClassName
{
border-color: #967B61;
}
</style>