#6F685C

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

Shades of Coffee #6F685C

Tints of Coffee #6F685C

Color information

#6F685C (or 0x6F685C) is unknown color: approx Coffee. HEX triplet: 6F, 68 and 5C. RGB value is (111,104,92). Sum of RGB (Red+Green+Blue) = 111+104+92=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F685C is #9097A3. Grayscale: #686868. Windows color (decimal): -9476004 or 6056047. OLE color: 6056047.

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

Color convert

RGB11110492-
CMYK00.060.170.56
HSL37.89º9.36%39.8%-
HSV(B)37.89º17.12%43.53%-
XYZ13.4414.0512.13-
YUV104.72120.82132.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=36.16%
G=33.88%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111049200.060.170.5637.899.3639.8
Hex6F685C06113826928
Octal157150134062170461150
Binary1101111110100010111000110100011110001001101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,92); }

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

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

 a { background-color: rgb(111,104,92); }

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

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

 span { border-color: rgb(111,104,92); }

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