#e6c594

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

Shades of Chamois #E6C594

Tints of Chamois #E6C594

Color information

#E6C594 (or 0xE6C594) is unknown color: approx Chamois. HEX triplet: E6, C5 and 94. RGB value is (230,197,148). Sum of RGB (Red+Green+Blue) = 230+197+148=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 197 (77.34% from 255 or 34.26% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C594 is #193A6B. Grayscale: #C9C9C9. Windows color (decimal): -1653356 or 9749990. OLE color: 9749990.

HSL color Cylindrical-coordinate representation of color #E6C594: hue angle of 35.85º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6C594 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB230197148-
CMYK00.140.360.10
HSL35.85º62.12%74.12%-
HSV(B)35.85º35.65%90.2%-
XYZ57.9458.8936.33-
YUV201.2897.93148.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40%
GREEN value IS 197 (77.34% from 255) = 34.26%
BLUE value IS 148 (58.20% from 255) = 25.74%
R=40%
G=34.26%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019714800.140.360.1035.8562.1274.12
HexE6C5940E24A243e4a
Octal34630522401644124476112
Binary1110011011000101100101000111010010010101001001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6c594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6c594; }

 p { color: rgb(230,197,148); }

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

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

 a { background-color: rgb(230,197,148); }

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

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

 span { border-color: rgb(230,197,148); }

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