#6D665A

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

Shades of Coffee #6D665A

Tints of Coffee #6D665A

Color information

#6D665A (or 0x6D665A) is unknown color: approx Coffee. HEX triplet: 6D, 66 and 5A. RGB value is (109,102,90). Sum of RGB (Red+Green+Blue) = 109+102+90=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 109 - color contains mainly: red. Hex color #6D665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D665A is #9299A5. Grayscale: #666666. Windows color (decimal): -9607590 or 5924461. OLE color: 5924461.

HSL color Cylindrical-coordinate representation of color #6D665A: hue angle of 37.89º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D665A is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB10910290-
CMYK00.060.170.57
HSL37.89º9.55%39.02%-
HSV(B)37.89º17.43%42.75%-
XYZ12.913.4911.6-
YUV102.72120.82132.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 90 (35.55% from 255) = 29.90%
R=36.21%
G=33.89%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091029000.060.170.5737.899.5539.02
Hex6D665A06113926a27
Octal155146132062171461247
Binary1101101110011010110100110100011110011001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D665A; }

 p { color: rgb(109,102,90); }

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

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

 a { background-color: rgb(109,102,90); }

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

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

 span { border-color: rgb(109,102,90); }

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