#E6CB96

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

Shades of Chamois #E6CB96

Tints of Chamois #E6CB96

Color information

#E6CB96 (or 0xE6CB96) is unknown color: approx Chamois. HEX triplet: E6, CB and 96. RGB value is (230,203,150). Sum of RGB (Red+Green+Blue) = 230+203+150=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CB96 is #193469. Grayscale: #CDCDCD. Windows color (decimal): -1651818 or 9882598. OLE color: 9882598.

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

Color convert

RGB230203150-
CMYK00.120.350.10
HSL39.75º61.54%74.51%-
HSV(B)39.75º34.78%90.2%-
XYZ59.4961.7437.63-
YUV205.0396.95145.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.45%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 150 (58.98% from 255) = 25.73%
R=39.45%
G=34.82%
B=25.73%

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
Decimal23020315000.120.350.1039.7561.5474.51
HexE6CB960C23A283e4b
Octal34631322601443125076113
Binary1110011011001011100101100110010001110101010001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CB96; }

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

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

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

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

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

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

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

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