Shades of Sorrell Brown #947C62
Tints of Sorrell Brown #947C62
RGB
CMYK
RGB Variations
Color information
#947C62 (or 0x947C62) is known color: Sorrell Brown. HEX triplet: 94, 7C and 62. RGB value is (148,124,98). Sum of RGB (Red+Green+Blue) = 148+124+98=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #947C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947C62 is #6B839D. Grayscale: #808080. Windows color (decimal): -7046046 or 6454420. OLE color: 6454420.
HSL color Cylindrical-coordinate representation of color #947C62: hue angle of 31.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947C62 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 124 | 98 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.42 |
| HSL | 31.2º | 0.2% | 0.48% | - |
| HSV(B) | 31.2º | 0.34% | 0.58% | - |
| XYZ | 21.63 | 21.59 | 14.58 | - |
| YUV | 128.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 124 | 98 | 0 | 0.16 | 0.34 | 0.42 | 31.2 | 0.2 | 0.48 |
| Hex | 94 | 7C | 62 | 0 | 10 | 22 | 2A | 1F | 14 | 30 |
| Octal | 224 | 174 | 142 | 0 | 20 | 42 | 52 | 37 | 24 | 60 |
| Binary | 10010100 | 1111100 | 1100010 | 0 | 10000 | 100010 | 101010 | 11111 | 10100 | 110000 |
Color Harmonies of #947C62
Complementary color
Monochromatic Colors of #947C62
Black with #947C62
Text Example
Text Example
White with #947C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947C62; }
p { color: rgb(148,124,98); }
H1.HeaderClassName
{
color: #947C62;
}
.AnyTagClassName
{
color: #947C62;
}
</style>
background-color css
<style>
a { background-color: #947C62; }
a { background-color: rgb(148,124,98); }
div.DivClassName
{
background-color: #947C62;
}
.BgClassName
{
background-color: #947C62;
}
</style>
border-color css
<style>
span { border-color: #947C62; }
span { border-color: rgb(148,124,98); }
td.TdClassName
{
border-color: #947C62;
}
.TagClassName
{
border-color: #947C62;
}
</style>