#C6AE7D

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

Shades of Ecru #C6AE7D

Tints of Ecru #C6AE7D

Color information

#C6AE7D (or 0xC6AE7D) is unknown color: approx Ecru. HEX triplet: C6, AE and 7D. RGB value is (198,174,125). Sum of RGB (Red+Green+Blue) = 198+174+125=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AE7D is #395182. Grayscale: #AFAFAF. Windows color (decimal): -3756419 or 8236742. OLE color: 8236742.

HSL color Cylindrical-coordinate representation of color #C6AE7D: hue angle of 40.27º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6AE7D is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB198174125-
CMYK00.120.370.22
HSL40.27º39.04%63.33%-
HSV(B)40.27º36.87%77.65%-
XYZ42.1343.7625.63-
YUV175.5999.45143.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=39.84%
G=35.01%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817412500.120.370.2240.2739.0463.33
HexC6AE7D0C251628273f
Octal3062561750144526504777
Binary110001101010111011111010110010010110110101000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE7D; }

 p { color: rgb(198,174,125); }

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

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

 a { background-color: rgb(198,174,125); }

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

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

 span { border-color: rgb(198,174,125); }

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