Shades of Sorrell Brown #9A8461
Tints of Sorrell Brown #9A8461
RGB
CMYK
RGB Variations
Color information
#9A8461 (or 0x9A8461) is known color: Sorrell Brown. HEX triplet: 9A, 84 and 61. RGB value is (154,132,97). Sum of RGB (Red+Green+Blue) = 154+132+97=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8461 is #657B9E. Grayscale: #868686. Windows color (decimal): -6650783 or 6390938. OLE color: 6390938.
HSL color Cylindrical-coordinate representation of color #9A8461: hue angle of 36.84º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A8461 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 97 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.40 |
| HSL | 36.84º | 0.23% | 0.49% | - |
| HSV(B) | 36.84º | 0.37% | 0.6% | - |
| XYZ | 23.74 | 24.24 | 14.74 | - |
| YUV | 134.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 97 | 0 | 0.14 | 0.37 | 0.40 | 36.84 | 0.23 | 0.49 |
| Hex | 9A | 84 | 61 | 0 | E | 25 | 28 | 25 | 17 | 31 |
| Octal | 232 | 204 | 141 | 0 | 16 | 45 | 50 | 45 | 27 | 61 |
| Binary | 10011010 | 10000100 | 1100001 | 0 | 1110 | 100101 | 101000 | 100101 | 10111 | 110001 |
Color Harmonies of #9A8461
Complementary color
Monochromatic Colors of #9A8461
Black with #9A8461
Text Example
Text Example
White with #9A8461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8461; }
p { color: rgb(154,132,97); }
H1.HeaderClassName
{
color: #9A8461;
}
.AnyTagClassName
{
color: #9A8461;
}
</style>
background-color css
<style>
a { background-color: #9A8461; }
a { background-color: rgb(154,132,97); }
div.DivClassName
{
background-color: #9A8461;
}
.BgClassName
{
background-color: #9A8461;
}
</style>
border-color css
<style>
span { border-color: #9A8461; }
span { border-color: rgb(154,132,97); }
td.TdClassName
{
border-color: #9A8461;
}
.TagClassName
{
border-color: #9A8461;
}
</style>