Shades of Tusk #E6E6B4
Tints of Tusk #E6E6B4
RGB
CMYK
RGB Variations
Color information
#E6E6B4 (or 0xE6E6B4) is known color: Tusk. HEX triplet: E6, E6 and B4. RGB value is (230,230,180). Sum of RGB (Red+Green+Blue) = 230+230+180=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 180 (70.70% from 255 or 28.12% from 640); Max value from RGB is 230 - color contains mainly: red, green. Hex color #E6E6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E6B4 is #19194B. Grayscale: #E0E0E0. Windows color (decimal): -1644876 or 11855590. OLE color: 11855590.
HSL color Cylindrical-coordinate representation of color #E6E6B4: hue angle of 60º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6E6B4 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 230 | 180 | - |
| CMYK | 0 | 0 | 0.22 | 0.10 |
| HSL | 60º | 0.5% | 0.8% | - |
| HSV(B) | 60º | 0.22% | 0.9% | - |
| XYZ | 69.17 | 76.71 | 54.34 | - |
| YUV | 224.3 | 103 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 230 | 180 | 0 | 0 | 0.22 | 0.10 | 60 | 0.5 | 0.8 |
| Hex | E6 | E6 | B4 | 0 | 0 | 16 | A | 3C | 32 | 50 |
| Octal | 346 | 346 | 264 | 0 | 0 | 26 | 12 | 74 | 62 | 120 |
| Binary | 11100110 | 11100110 | 10110100 | 0 | 0 | 10110 | 1010 | 111100 | 110010 | 1010000 |
Color Harmonies of #E6E6B4
Complementary color
Monochromatic Colors of #E6E6B4
Black with #E6E6B4
Text Example
Text Example
White with #E6E6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E6B4; }
p { color: rgb(230,230,180); }
H1.HeaderClassName
{
color: #E6E6B4;
}
.AnyTagClassName
{
color: #E6E6B4;
}
</style>
background-color css
<style>
a { background-color: #E6E6B4; }
a { background-color: rgb(230,230,180); }
div.DivClassName
{
background-color: #E6E6B4;
}
.BgClassName
{
background-color: #E6E6B4;
}
</style>
border-color css
<style>
span { border-color: #E6E6B4; }
span { border-color: rgb(230,230,180); }
td.TdClassName
{
border-color: #E6E6B4;
}
.TagClassName
{
border-color: #E6E6B4;
}
</style>