#E6C0AB

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

Shades of Zinnwaldite #E6C0AB

Tints of Zinnwaldite #E6C0AB

Color information

#E6C0AB (or 0xE6C0AB) is unknown color: approx Zinnwaldite. HEX triplet: E6, C0 and AB. RGB value is (230,192,171). Sum of RGB (Red+Green+Blue) = 230+192+171=593 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.79% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 171 (67.19% from 255 or 28.84% from 593); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C0AB is #193F54. Grayscale: #C9C9C9. Windows color (decimal): -1654613 or 11256038. OLE color: 11256038.

HSL color Cylindrical-coordinate representation of color #E6C0AB: hue angle of 21.36º 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 #E6C0AB is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB230192171-
CMYK00.170.260.10
HSL21.36º54.13%78.63%-
HSV(B)21.36º25.65%90.2%-
XYZ58.8357.4646.52-
YUV200.97111.09148.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.79%
GREEN value IS 192 (75.39% from 255) = 32.38%
BLUE value IS 171 (67.19% from 255) = 28.84%
R=38.79%
G=32.38%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019217100.170.260.1021.3654.1378.63
HexE6C0AB0111AA15364f
Octal34630025302132122566117
Binary111001101100000010101011010001110101010101011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C0AB; }

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

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

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

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

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

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

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

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