#6F6658

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

Shades of Coffee #6F6658

Tints of Coffee #6F6658

Color information

#6F6658 (or 0x6F6658) is unknown color: approx Coffee. HEX triplet: 6F, 66 and 58. RGB value is (111,102,88). Sum of RGB (Red+Green+Blue) = 111+102+88=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6658 is #9099A7. Grayscale: #676767. Windows color (decimal): -9476520 or 5793391. OLE color: 5793391.

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

Color convert

RGB11110288-
CMYK00.080.210.56
HSL36.52º11.56%39.02%-
HSV(B)36.52º20.72%43.53%-
XYZ13.0713.5911.17-
YUV103.09119.48133.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 88 (34.77% from 255) = 29.24%
R=36.88%
G=33.89%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111028800.080.210.5636.5211.5639.02
Hex6F665808153825c27
Octal1571461300102570451447
Binary11011111100110101100001000101011110001001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,88); }

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

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

 a { background-color: rgb(111,102,88); }

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

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

 span { border-color: rgb(111,102,88); }

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