#6F695C

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

Shades of Coffee #6F695C

Tints of Coffee #6F695C

Color information

#6F695C (or 0x6F695C) is unknown color: approx Coffee. HEX triplet: 6F, 69 and 5C. RGB value is (111,105,92). Sum of RGB (Red+Green+Blue) = 111+105+92=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F695C is #9096A3. Grayscale: #696969. Windows color (decimal): -9475748 or 6056303. OLE color: 6056303.

HSL color Cylindrical-coordinate representation of color #6F695C: hue angle of 41.05º 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 #6F695C is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB11110592-
CMYK00.050.170.56
HSL41.05º9.36%39.8%-
HSV(B)41.05º17.12%43.53%-
XYZ13.5414.2612.16-
YUV105.31120.49132.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=36.04%
G=34.09%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111059200.050.170.5641.059.3639.8
Hex6F695C05113829928
Octal157151134052170511150
Binary1101111110100110111000101100011110001010011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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