#E6C1AC

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

Shades of Zinnwaldite #E6C1AC

Tints of Zinnwaldite #E6C1AC

Color information

#E6C1AC (or 0xE6C1AC) is unknown color: approx Zinnwaldite. HEX triplet: E6, C1 and AC. RGB value is (230,193,172). Sum of RGB (Red+Green+Blue) = 230+193+172=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C1AC is #193E53. Grayscale: #C9C9C9. Windows color (decimal): -1654356 or 11321830. OLE color: 11321830.

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

Color convert

RGB230193172-
CMYK00.160.250.10
HSL21.72º53.7%78.82%-
HSV(B)21.72º25.22%90.2%-
XYZ59.1557.9447.1-
YUV201.67111.26148.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.66%
GREEN value IS 193 (75.78% from 255) = 32.44%
BLUE value IS 172 (67.58% from 255) = 28.91%
R=38.66%
G=32.44%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019317200.160.250.1021.7253.778.82
HexE6C1AC01019A16364f
Octal34630125402031122666117
Binary111001101100000110101100010000110011010101101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C1AC; }

 p { color: rgb(230,193,172); }

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

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

 a { background-color: rgb(230,193,172); }

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

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

 span { border-color: rgb(230,193,172); }

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