Shades of Sorrell Brown #9A8165
Tints of Sorrell Brown #9A8165
RGB
CMYK
RGB Variations
Color information
#9A8165 (or 0x9A8165) is known color: Sorrell Brown. HEX triplet: 9A, 81 and 65. RGB value is (154,129,101). Sum of RGB (Red+Green+Blue) = 154+129+101=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8165 is #657E9A. Grayscale: #858585. Windows color (decimal): -6651547 or 6652314. OLE color: 6652314.
HSL color Cylindrical-coordinate representation of color #9A8165: hue angle of 31.7º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A8165 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 129 | 101 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.40 |
| HSL | 31.7º | 0.21% | 0.5% | - |
| HSV(B) | 31.7º | 0.34% | 0.6% | - |
| XYZ | 23.53 | 23.51 | 15.61 | - |
| YUV | 133.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 101 | 0 | 0.16 | 0.34 | 0.40 | 31.7 | 0.21 | 0.5 |
| Hex | 9A | 81 | 65 | 0 | 10 | 22 | 28 | 20 | 15 | 32 |
| Octal | 232 | 201 | 145 | 0 | 20 | 42 | 50 | 40 | 25 | 62 |
| Binary | 10011010 | 10000001 | 1100101 | 0 | 10000 | 100010 | 101000 | 100000 | 10101 | 110010 |
Color Harmonies of #9A8165
Complementary color
Monochromatic Colors of #9A8165
Black with #9A8165
Text Example
Text Example
White with #9A8165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8165; }
p { color: rgb(154,129,101); }
H1.HeaderClassName
{
color: #9A8165;
}
.AnyTagClassName
{
color: #9A8165;
}
</style>
background-color css
<style>
a { background-color: #9A8165; }
a { background-color: rgb(154,129,101); }
div.DivClassName
{
background-color: #9A8165;
}
.BgClassName
{
background-color: #9A8165;
}
</style>
border-color css
<style>
span { border-color: #9A8165; }
span { border-color: rgb(154,129,101); }
td.TdClassName
{
border-color: #9A8165;
}
.TagClassName
{
border-color: #9A8165;
}
</style>