Shades of Avocado #93966C
Tints of Avocado #93966C
RGB
CMYK
RGB Variations
Color information
#93966C (or 0x93966C) is known color: Avocado. HEX triplet: 93, 96 and 6C. RGB value is (147,150,108). Sum of RGB (Red+Green+Blue) = 147+150+108=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #93966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93966C is #6C6993. Grayscale: #909090. Windows color (decimal): -7104916 or 7116435. OLE color: 7116435.
HSL color Cylindrical-coordinate representation of color #93966C: hue angle of 64.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93966C is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 108 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.41 |
| HSL | 64.29º | 0.17% | 0.51% | - |
| HSV(B) | 64.29º | 0.28% | 0.59% | - |
| XYZ | 25.65 | 29.1 | 18.45 | - |
| YUV | 144.32 | 107.51 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 108 | 0.02 | 0 | 0.28 | 0.41 | 64.29 | 0.17 | 0.51 |
| Hex | 93 | 96 | 6C | 2 | 0 | 1C | 29 | 40 | 11 | 33 |
| Octal | 223 | 226 | 154 | 2 | 0 | 34 | 51 | 100 | 21 | 63 |
| Binary | 10010011 | 10010110 | 1101100 | 10 | 0 | 11100 | 101001 | 1000000 | 10001 | 110011 |
Color Harmonies of #93966C
Complementary color
Monochromatic Colors of #93966C
Black with #93966C
Text Example
Text Example
White with #93966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93966C; }
p { color: rgb(147,150,108); }
H1.HeaderClassName
{
color: #93966C;
}
.AnyTagClassName
{
color: #93966C;
}
</style>
background-color css
<style>
a { background-color: #93966C; }
a { background-color: rgb(147,150,108); }
div.DivClassName
{
background-color: #93966C;
}
.BgClassName
{
background-color: #93966C;
}
</style>
border-color css
<style>
span { border-color: #93966C; }
span { border-color: rgb(147,150,108); }
td.TdClassName
{
border-color: #93966C;
}
.TagClassName
{
border-color: #93966C;
}
</style>