#e7c696

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

Shades of Chamois #E7C696

Tints of Chamois #E7C696

Color information

#E7C696 (or 0xE7C696) is unknown color: approx Chamois. HEX triplet: E7, C6 and 96. RGB value is (231,198,150). Sum of RGB (Red+Green+Blue) = 231+198+150=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C696 is #183969. Grayscale: #CACACA. Windows color (decimal): -1587562 or 9881319. OLE color: 9881319.

HSL color Cylindrical-coordinate representation of color #E7C696: hue angle of 35.56º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E7C696 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB231198150-
CMYK00.140.350.09
HSL35.56º62.79%74.71%-
HSV(B)35.56º35.06%90.59%-
XYZ58.6559.5837.26-
YUV202.498.43148.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 198 (77.73% from 255) = 34.20%
BLUE value IS 150 (58.98% from 255) = 25.91%
R=39.90%
G=34.20%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119815000.140.350.0935.5662.7974.71
HexE7C6960E239243f4b
Octal34730622601643114477113
Binary1110011111000110100101100111010001110011001001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7c696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7c696; }

 p { color: rgb(231,198,150); }

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

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

 a { background-color: rgb(231,198,150); }

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

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

 span { border-color: rgb(231,198,150); }

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