Shades of New Tan #E6BE9D
Tints of New Tan #E6BE9D
RGB
CMYK
RGB Variations
Color information
#E6BE9D (or 0xE6BE9D) is known color: New Tan. HEX triplet: E6, BE and 9D. RGB value is (230,190,157). Sum of RGB (Red+Green+Blue) = 230+190+157=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 157 (61.72% from 255 or 27.21% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BE9D is #194162. Grayscale: #C6C6C6. Windows color (decimal): -1655139 or 10338022. OLE color: 10338022.
HSL color Cylindrical-coordinate representation of color #E6BE9D: hue angle of 27.12º degrees, saturation: 0.59, 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 #E6BE9D is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 157 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.10 |
| HSL | 27.12º | 0.59% | 0.76% | - |
| HSV(B) | 27.12º | 0.32% | 0.9% | - |
| XYZ | 57.13 | 56.08 | 39.71 | - |
| YUV | 198.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 157 | 0 | 0.17 | 0.32 | 0.10 | 27.12 | 0.59 | 0.76 |
| Hex | E6 | BE | 9D | 0 | 11 | 20 | A | 1B | 3B | 4C |
| Octal | 346 | 276 | 235 | 0 | 21 | 40 | 12 | 33 | 73 | 114 |
| Binary | 11100110 | 10111110 | 10011101 | 0 | 10001 | 100000 | 1010 | 11011 | 111011 | 1001100 |
Color Harmonies of #E6BE9D
Complementary color
Monochromatic Colors of #E6BE9D
Black with #E6BE9D
Text Example
Text Example
White with #E6BE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE9D; }
p { color: rgb(230,190,157); }
H1.HeaderClassName
{
color: #E6BE9D;
}
.AnyTagClassName
{
color: #E6BE9D;
}
</style>
background-color css
<style>
a { background-color: #E6BE9D; }
a { background-color: rgb(230,190,157); }
div.DivClassName
{
background-color: #E6BE9D;
}
.BgClassName
{
background-color: #E6BE9D;
}
</style>
border-color css
<style>
span { border-color: #E6BE9D; }
span { border-color: rgb(230,190,157); }
td.TdClassName
{
border-color: #E6BE9D;
}
.TagClassName
{
border-color: #E6BE9D;
}
</style>