Shades of Tusk #E6E7BC
Tints of Tusk #E6E7BC
RGB
CMYK
RGB Variations
Color information
#E6E7BC (or 0xE6E7BC) is known color: Tusk. HEX triplet: E6, E7 and BC. RGB value is (230,231,188). Sum of RGB (Red+Green+Blue) = 230+231+188=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E7BC is #191843. Grayscale: #E1E1E1. Windows color (decimal): -1644612 or 12380134. OLE color: 12380134.
HSL color Cylindrical-coordinate representation of color #E6E7BC: hue angle of 61.4º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6E7BC is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 231 | 188 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.09 |
| HSL | 61.4º | 0.47% | 0.82% | - |
| HSV(B) | 61.4º | 0.19% | 0.91% | - |
| XYZ | 70.29 | 77.61 | 58.85 | - |
| YUV | 225.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 231 | 188 | 0.00 | 0 | 0.19 | 0.09 | 61.4 | 0.47 | 0.82 |
| Hex | E6 | E7 | BC | 0 | 0 | 13 | 9 | 3D | 2F | 52 |
| Octal | 346 | 347 | 274 | 0 | 0 | 23 | 11 | 75 | 57 | 122 |
| Binary | 11100110 | 11100111 | 10111100 | 0 | 0 | 10011 | 1001 | 111101 | 101111 | 1010010 |
Color Harmonies of #E6E7BC
Complementary color
Monochromatic Colors of #E6E7BC
Black with #E6E7BC
Text Example
Text Example
White with #E6E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E7BC; }
p { color: rgb(230,231,188); }
H1.HeaderClassName
{
color: #E6E7BC;
}
.AnyTagClassName
{
color: #E6E7BC;
}
</style>
background-color css
<style>
a { background-color: #E6E7BC; }
a { background-color: rgb(230,231,188); }
div.DivClassName
{
background-color: #E6E7BC;
}
.BgClassName
{
background-color: #E6E7BC;
}
</style>
border-color css
<style>
span { border-color: #E6E7BC; }
span { border-color: rgb(230,231,188); }
td.TdClassName
{
border-color: #E6E7BC;
}
.TagClassName
{
border-color: #E6E7BC;
}
</style>