Shades of Zinnwaldite #E6BDA6
Tints of Zinnwaldite #E6BDA6
RGB
CMYK
RGB Variations
Color information
#E6BDA6 (or 0xE6BDA6) is known color: Zinnwaldite. HEX triplet: E6, BD and A6. RGB value is (230,189,166). Sum of RGB (Red+Green+Blue) = 230+189+166=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 166 (65.23% from 255 or 28.38% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BDA6 is #194259. Grayscale: #C6C6C6. Windows color (decimal): -1655386 or 10927590. OLE color: 10927590.
HSL color Cylindrical-coordinate representation of color #E6BDA6: hue angle of 21.56º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6BDA6 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 166 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.10 |
| HSL | 21.56º | 0.56% | 0.78% | - |
| HSV(B) | 21.56º | 0.28% | 0.9% | - |
| XYZ | 57.71 | 55.97 | 43.84 | - |
| YUV | 198.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 166 | 0 | 0.18 | 0.28 | 0.10 | 21.56 | 0.56 | 0.78 |
| Hex | E6 | BD | A6 | 0 | 12 | 1C | A | 16 | 38 | 4E |
| Octal | 346 | 275 | 246 | 0 | 22 | 34 | 12 | 26 | 70 | 116 |
| Binary | 11100110 | 10111101 | 10100110 | 0 | 10010 | 11100 | 1010 | 10110 | 111000 | 1001110 |
Color Harmonies of #E6BDA6
Complementary color
Monochromatic Colors of #E6BDA6
Black with #E6BDA6
Text Example
Text Example
White with #E6BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDA6; }
p { color: rgb(230,189,166); }
H1.HeaderClassName
{
color: #E6BDA6;
}
.AnyTagClassName
{
color: #E6BDA6;
}
</style>
background-color css
<style>
a { background-color: #E6BDA6; }
a { background-color: rgb(230,189,166); }
div.DivClassName
{
background-color: #E6BDA6;
}
.BgClassName
{
background-color: #E6BDA6;
}
</style>
border-color css
<style>
span { border-color: #E6BDA6; }
span { border-color: rgb(230,189,166); }
td.TdClassName
{
border-color: #E6BDA6;
}
.TagClassName
{
border-color: #E6BDA6;
}
</style>