Shades of Tusk #E6E8B6
Tints of Tusk #E6E8B6
RGB
CMYK
RGB Variations
Color information
#E6E8B6 (or 0xE6E8B6) is known color: Tusk. HEX triplet: E6, E8 and B6. RGB value is (230,232,182). Sum of RGB (Red+Green+Blue) = 230+232+182=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E8B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E8B6 is #191749. Grayscale: #E1E1E1. Windows color (decimal): -1644362 or 11987174. OLE color: 11987174.
HSL color Cylindrical-coordinate representation of color #E6E8B6: hue angle of 62.4º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6E8B6 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 232 | 182 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.09 |
| HSL | 62.4º | 0.52% | 0.81% | - |
| HSV(B) | 62.4º | 0.22% | 0.91% | - |
| XYZ | 69.93 | 77.91 | 55.61 | - |
| YUV | 225.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 182 | 0.01 | 0 | 0.22 | 0.09 | 62.4 | 0.52 | 0.81 |
| Hex | E6 | E8 | B6 | 1 | 0 | 16 | 9 | 3E | 34 | 51 |
| Octal | 346 | 350 | 266 | 1 | 0 | 26 | 11 | 76 | 64 | 121 |
| Binary | 11100110 | 11101000 | 10110110 | 1 | 0 | 10110 | 1001 | 111110 | 110100 | 1010001 |
Color Harmonies of #E6E8B6
Complementary color
Monochromatic Colors of #E6E8B6
Black with #E6E8B6
Text Example
Text Example
White with #E6E8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E8B6; }
p { color: rgb(230,232,182); }
H1.HeaderClassName
{
color: #E6E8B6;
}
.AnyTagClassName
{
color: #E6E8B6;
}
</style>
background-color css
<style>
a { background-color: #E6E8B6; }
a { background-color: rgb(230,232,182); }
div.DivClassName
{
background-color: #E6E8B6;
}
.BgClassName
{
background-color: #E6E8B6;
}
</style>
border-color css
<style>
span { border-color: #E6E8B6; }
span { border-color: rgb(230,232,182); }
td.TdClassName
{
border-color: #E6E8B6;
}
.TagClassName
{
border-color: #E6E8B6;
}
</style>