Html Css Color HEX #E6C895 Chamois

📋 copy color: '#E6C895'

red 230 ◦ green 200 ◦ blue 149

#E6C895
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chamois #E6C895

Tints of Chamois #E6C895

RGB

 RED value IS 230 (90.23% from 255) = 39.72%

 GREEN value IS 200 (78.52% from 255) = 34.54%

 BLUE value IS 149 (58.59% from 255) = 25.73%

R = 39.72%
G = 34.54%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E6C895 (or 0xE6C895) is known color: Chamois. HEX triplet: E6, C8 and 95. RGB value is (230,200,149). Sum of RGB (Red+Green+Blue) = 230+200+149=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C895 is #19376A. Grayscale: #CBCBCB. Windows color (decimal): -1652587 or 9816294. OLE color: 9816294.

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

Color convert

RGB 230 200 149 -
CMYK 0 0.13 0.35 0.10
HSL 37.78º 0.62% 0.74% -
HSV(B) 37.78º 0.35% 0.9% -
XYZ 58.71 60.3 36.98 -
YUV 203.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 230 200 149 0 0.13 0.35 0.10 37.78 0.62 0.74
Hex E6 C8 95 0 D 23 A 26 3E 4A
Octal 346 310 225 0 15 43 12 46 76 112
Binary 11100110 11001000 10010101 0 1101 100011 1010 100110 111110 1001010

Color Harmonies of #E6C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C895

Black with #E6C895

Text Example


Text Example

White with #E6C895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C895; }

 p { color: rgb(230,200,149); }

 H1.HeaderClassName
 {
   color: #E6C895;
 }
 .AnyTagClassName
 {
   color: #E6C895;
 }
</style>

background-color css

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

 a { background-color: rgb(230,200,149); }

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

border-color css

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

 span { border-color: rgb(230,200,149); }

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