#6F675A

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

Shades of Coffee #6F675A

Tints of Coffee #6F675A

Color information

#6F675A (or 0x6F675A) is unknown color: approx Coffee. HEX triplet: 6F, 67 and 5A. RGB value is (111,103,90). Sum of RGB (Red+Green+Blue) = 111+103+90=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F675A is #9098A5. Grayscale: #676767. Windows color (decimal): -9476262 or 5924719. OLE color: 5924719.

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

Color convert

RGB11110390-
CMYK00.070.190.56
HSL37.14º10.45%39.41%-
HSV(B)37.14º18.92%43.53%-
XYZ13.2513.8211.64-
YUV103.91120.15133.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=36.51%
G=33.88%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111039000.070.190.5637.1410.4539.41
Hex6F675A07133825a27
Octal157147132072370451247
Binary1101111110011110110100111100111110001001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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