Shades of Sorrell Brown #9A8368
Tints of Sorrell Brown #9A8368
RGB
CMYK
RGB Variations
Color information
#9A8368 (or 0x9A8368) is known color: Sorrell Brown. HEX triplet: 9A, 83 and 68. RGB value is (154,131,104). Sum of RGB (Red+Green+Blue) = 154+131+104=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8368 is #657C97. Grayscale: #868686. Windows color (decimal): -6651032 or 6849434. OLE color: 6849434.
HSL color Cylindrical-coordinate representation of color #9A8368: hue angle of 32.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A8368 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 104 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.40 |
| HSL | 32.4º | 0.2% | 0.51% | - |
| HSV(B) | 32.4º | 0.32% | 0.6% | - |
| XYZ | 23.94 | 24.1 | 16.49 | - |
| YUV | 134.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 104 | 0 | 0.15 | 0.32 | 0.40 | 32.4 | 0.2 | 0.51 |
| Hex | 9A | 83 | 68 | 0 | F | 20 | 28 | 20 | 14 | 33 |
| Octal | 232 | 203 | 150 | 0 | 17 | 40 | 50 | 40 | 24 | 63 |
| Binary | 10011010 | 10000011 | 1101000 | 0 | 1111 | 100000 | 101000 | 100000 | 10100 | 110011 |
Color Harmonies of #9A8368
Complementary color
Monochromatic Colors of #9A8368
Black with #9A8368
Text Example
Text Example
White with #9A8368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8368; }
p { color: rgb(154,131,104); }
H1.HeaderClassName
{
color: #9A8368;
}
.AnyTagClassName
{
color: #9A8368;
}
</style>
background-color css
<style>
a { background-color: #9A8368; }
a { background-color: rgb(154,131,104); }
div.DivClassName
{
background-color: #9A8368;
}
.BgClassName
{
background-color: #9A8368;
}
</style>
border-color css
<style>
span { border-color: #9A8368; }
span { border-color: rgb(154,131,104); }
td.TdClassName
{
border-color: #9A8368;
}
.TagClassName
{
border-color: #9A8368;
}
</style>