#C6B38B

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

Shades of Ecru #C6B38B

Tints of Ecru #C6B38B

Color information

#C6B38B (or 0xC6B38B) is unknown color: approx Ecru. HEX triplet: C6, B3 and 8B. RGB value is (198,179,139). Sum of RGB (Red+Green+Blue) = 198+179+139=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B38B is #394C74. Grayscale: #B4B4B4. Windows color (decimal): -3755125 or 9155526. OLE color: 9155526.

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

Color convert

RGB198179139-
CMYK00.100.300.22
HSL40.68º34.1%66.08%-
HSV(B)40.68º29.8%77.65%-
XYZ44.0746.1131-
YUV180.12104.79140.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=38.37%
G=34.69%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817913900.100.300.2240.6834.166.08
HexC6B38B0A1E16292242
Octal30626321301236265142102
Binary1100011010110011100010110101011110101101010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B38B; }

 p { color: rgb(198,179,139); }

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

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

 a { background-color: rgb(198,179,139); }

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

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

 span { border-color: rgb(198,179,139); }

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