#C6B289

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

Shades of Ecru #C6B289

Tints of Ecru #C6B289

Color information

#C6B289 (or 0xC6B289) is unknown color: approx Ecru. HEX triplet: C6, B2 and 89. RGB value is (198,178,137). Sum of RGB (Red+Green+Blue) = 198+178+137=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B289 is #394D76. Grayscale: #B3B3B3. Windows color (decimal): -3755383 or 9024198. OLE color: 9024198.

HSL color Cylindrical-coordinate representation of color #C6B289: hue angle of 40.33º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6B289 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB198178137-
CMYK00.100.310.22
HSL40.33º34.86%65.69%-
HSV(B)40.33º30.81%77.65%-
XYZ43.7245.6530.17-
YUV179.31104.13141.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=38.60%
G=34.70%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817813700.100.310.2240.3334.8665.69
HexC6B2890A1F16282342
Octal30626221101237265043102
Binary1100011010110010100010010101011111101101010001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B289; }

 p { color: rgb(198,178,137); }

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

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

 a { background-color: rgb(198,178,137); }

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

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

 span { border-color: rgb(198,178,137); }

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