#E6CB95

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

Shades of Chamois #E6CB95

Tints of Chamois #E6CB95

Color information

#E6CB95 (or 0xE6CB95) is unknown color: approx Chamois. HEX triplet: E6, CB and 95. RGB value is (230,203,149). Sum of RGB (Red+Green+Blue) = 230+203+149=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CB95 is #19346A. Grayscale: #CDCDCD. Windows color (decimal): -1651819 or 9817062. OLE color: 9817062.

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

Color convert

RGB230203149-
CMYK00.120.350.10
HSL40º61.83%74.31%-
HSV(B)40º35.22%90.2%-
XYZ59.4161.737.21-
YUV204.9296.45145.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.52%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 149 (58.59% from 255) = 25.60%
R=39.52%
G=34.88%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020314900.120.350.104061.8374.31
HexE6CB950C23A283e4a
Octal34631322501443125076112
Binary1110011011001011100101010110010001110101010001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CB95; }

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

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

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

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

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

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

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

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