#6F685A

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

Shades of Coffee #6F685A

Tints of Coffee #6F685A

Color information

#6F685A (or 0x6F685A) is unknown color: approx Coffee. HEX triplet: 6F, 68 and 5A. RGB value is (111,104,90). Sum of RGB (Red+Green+Blue) = 111+104+90=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F685A is #9097A5. Grayscale: #686868. Windows color (decimal): -9476006 or 5924975. OLE color: 5924975.

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

Color convert

RGB11110490-
CMYK00.060.190.56
HSL40º10.45%39.41%-
HSV(B)40º18.92%43.53%-
XYZ13.3514.0211.67-
YUV104.5119.82132.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.39%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=36.39%
G=34.10%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111049000.060.190.564010.4539.41
Hex6F685A06133828a27
Octal157150132062370501247
Binary1101111110100010110100110100111110001010001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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