Shades of Sorrell Brown #9A8664
Tints of Sorrell Brown #9A8664
RGB
CMYK
RGB Variations
Color information
#9A8664 (or 0x9A8664) is known color: Sorrell Brown. HEX triplet: 9A, 86 and 64. RGB value is (154,134,100). Sum of RGB (Red+Green+Blue) = 154+134+100=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8664 is #65799B. Grayscale: #888888. Windows color (decimal): -6650268 or 6588058. OLE color: 6588058.
HSL color Cylindrical-coordinate representation of color #9A8664: hue angle of 37.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A8664 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 100 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.40 |
| HSL | 37.78º | 0.21% | 0.5% | - |
| HSV(B) | 37.78º | 0.35% | 0.6% | - |
| XYZ | 24.15 | 24.84 | 15.58 | - |
| YUV | 136.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 100 | 0 | 0.13 | 0.35 | 0.40 | 37.78 | 0.21 | 0.5 |
| Hex | 9A | 86 | 64 | 0 | D | 23 | 28 | 26 | 15 | 32 |
| Octal | 232 | 206 | 144 | 0 | 15 | 43 | 50 | 46 | 25 | 62 |
| Binary | 10011010 | 10000110 | 1100100 | 0 | 1101 | 100011 | 101000 | 100110 | 10101 | 110010 |
Color Harmonies of #9A8664
Complementary color
Monochromatic Colors of #9A8664
Black with #9A8664
Text Example
Text Example
White with #9A8664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8664; }
p { color: rgb(154,134,100); }
H1.HeaderClassName
{
color: #9A8664;
}
.AnyTagClassName
{
color: #9A8664;
}
</style>
background-color css
<style>
a { background-color: #9A8664; }
a { background-color: rgb(154,134,100); }
div.DivClassName
{
background-color: #9A8664;
}
.BgClassName
{
background-color: #9A8664;
}
</style>
border-color css
<style>
span { border-color: #9A8664; }
span { border-color: rgb(154,134,100); }
td.TdClassName
{
border-color: #9A8664;
}
.TagClassName
{
border-color: #9A8664;
}
</style>