Shades of Sorrell Brown #9A8064
Tints of Sorrell Brown #9A8064
RGB
CMYK
RGB Variations
Color information
#9A8064 (or 0x9A8064) is known color: Sorrell Brown. HEX triplet: 9A, 80 and 64. RGB value is (154,128,100). Sum of RGB (Red+Green+Blue) = 154+128+100=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8064 is #657F9B. Grayscale: #848484. Windows color (decimal): -6651804 or 6586522. OLE color: 6586522.
HSL color Cylindrical-coordinate representation of color #9A8064: hue angle of 31.11º 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 #9A8064 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 128 | 100 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.40 |
| HSL | 31.11º | 0.21% | 0.5% | - |
| HSV(B) | 31.11º | 0.35% | 0.6% | - |
| XYZ | 23.35 | 23.23 | 15.31 | - |
| YUV | 132.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 100 | 0 | 0.17 | 0.35 | 0.40 | 31.11 | 0.21 | 0.5 |
| Hex | 9A | 80 | 64 | 0 | 11 | 23 | 28 | 1F | 15 | 32 |
| Octal | 232 | 200 | 144 | 0 | 21 | 43 | 50 | 37 | 25 | 62 |
| Binary | 10011010 | 10000000 | 1100100 | 0 | 10001 | 100011 | 101000 | 11111 | 10101 | 110010 |
Color Harmonies of #9A8064
Complementary color
Monochromatic Colors of #9A8064
Black with #9A8064
Text Example
Text Example
White with #9A8064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8064; }
p { color: rgb(154,128,100); }
H1.HeaderClassName
{
color: #9A8064;
}
.AnyTagClassName
{
color: #9A8064;
}
</style>
background-color css
<style>
a { background-color: #9A8064; }
a { background-color: rgb(154,128,100); }
div.DivClassName
{
background-color: #9A8064;
}
.BgClassName
{
background-color: #9A8064;
}
</style>
border-color css
<style>
span { border-color: #9A8064; }
span { border-color: rgb(154,128,100); }
td.TdClassName
{
border-color: #9A8064;
}
.TagClassName
{
border-color: #9A8064;
}
</style>