#E6C3AB

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

Shades of Zinnwaldite #E6C3AB

Tints of Zinnwaldite #E6C3AB

Color information

#E6C3AB (or 0xE6C3AB) is unknown color: approx Zinnwaldite. HEX triplet: E6, C3 and AB. RGB value is (230,195,171). Sum of RGB (Red+Green+Blue) = 230+195+171=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C3AB is #193C54. Grayscale: #CACACA. Windows color (decimal): -1653845 or 11256806. OLE color: 11256806.

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

Color convert

RGB230195171-
CMYK00.150.260.10
HSL24.41º54.13%78.63%-
HSV(B)24.41º25.65%90.2%-
XYZ59.558.7946.74-
YUV202.73110.1147.45-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.59%
GREEN value IS 195 (76.56% from 255) = 32.72%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=38.59%
G=32.72%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019517100.150.260.1024.4154.1378.63
HexE6C3AB0F1AA18364f
Octal34630325301732123066117
Binary11100110110000111010101101111110101010110001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C3AB; }

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

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

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

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

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

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

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

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