Shades of New Tan #E6BE9C
Tints of New Tan #E6BE9C
RGB
CMYK
RGB Variations
Color information
#E6BE9C (or 0xE6BE9C) is known color: New Tan. HEX triplet: E6, BE and 9C. RGB value is (230,190,156). Sum of RGB (Red+Green+Blue) = 230+190+156=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BE9C is #194163. Grayscale: #C6C6C6. Windows color (decimal): -1655140 or 10272486. OLE color: 10272486.
HSL color Cylindrical-coordinate representation of color #E6BE9C: hue angle of 27.57º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6BE9C is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 156 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.10 |
| HSL | 27.57º | 0.6% | 0.76% | - |
| HSV(B) | 27.57º | 0.32% | 0.9% | - |
| XYZ | 57.05 | 56.05 | 39.26 | - |
| YUV | 198.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 156 | 0 | 0.17 | 0.32 | 0.10 | 27.57 | 0.6 | 0.76 |
| Hex | E6 | BE | 9C | 0 | 11 | 20 | A | 1C | 3C | 4C |
| Octal | 346 | 276 | 234 | 0 | 21 | 40 | 12 | 34 | 74 | 114 |
| Binary | 11100110 | 10111110 | 10011100 | 0 | 10001 | 100000 | 1010 | 11100 | 111100 | 1001100 |
Color Harmonies of #E6BE9C
Complementary color
Monochromatic Colors of #E6BE9C
Black with #E6BE9C
Text Example
Text Example
White with #E6BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE9C; }
p { color: rgb(230,190,156); }
H1.HeaderClassName
{
color: #E6BE9C;
}
.AnyTagClassName
{
color: #E6BE9C;
}
</style>
background-color css
<style>
a { background-color: #E6BE9C; }
a { background-color: rgb(230,190,156); }
div.DivClassName
{
background-color: #E6BE9C;
}
.BgClassName
{
background-color: #E6BE9C;
}
</style>
border-color css
<style>
span { border-color: #E6BE9C; }
span { border-color: rgb(230,190,156); }
td.TdClassName
{
border-color: #E6BE9C;
}
.TagClassName
{
border-color: #E6BE9C;
}
</style>