#E6C3AE

Color #E6C3AE Zinnwaldite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zinnwaldite #E6C3AE

Tints of Zinnwaldite #E6C3AE

Color information

#E6C3AE (or 0xE6C3AE) is unknown color: approx Zinnwaldite. HEX triplet: E6, C3 and AE. RGB value is (230,195,174). Sum of RGB (Red+Green+Blue) = 230+195+174=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C3AE is #193C51. Grayscale: #CBCBCB. Windows color (decimal): -1653842 or 11453414. OLE color: 11453414.

HSL color Cylindrical-coordinate representation of color #E6C3AE: hue angle of 22.5º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6C3AE is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230195174-
CMYK00.150.240.10
HSL22.5º52.83%79.22%-
HSV(B)22.5º24.35%90.2%-
XYZ59.7958.9148.26-
YUV203.07111.6147.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 38.40%
GREEN value IS 195 (76.56% from 255) = 32.55%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=38.40%
G=32.55%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019517400.150.240.1022.552.8379.22
HexE6C3AE0F18A17354f
Octal34630325601730122765117
Binary11100110110000111010111001111110001010101111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C3AE; }

 p { color: rgb(230,195,174); }

 H1.HeaderClassName
 {
   color: #E6C3AE;
 }
 .AnyTagClassName
 {
   color: #E6C3AE;
 }
</style>
background-color css

<style>
 a { background-color: #E6C3AE; }

 a { background-color: rgb(230,195,174); }

 div.DivClassName
 {
   background-color: #E6C3AE;
 }
 .BgClassName
 {
   background-color: #E6C3AE;
 }
</style>
border-color css

<style>
 span { border-color: #E6C3AE; }

 span { border-color: rgb(230,195,174); }

 td.TdClassName
 {
   border-color: #E6C3AE;
 }
 .TagClassName
 {
   border-color: #E6C3AE;
 }
</style>