#6F6755

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

Shades of Coffee #6F6755

Tints of Coffee #6F6755

Color information

#6F6755 (or 0x6F6755) is unknown color: approx Coffee. HEX triplet: 6F, 67 and 55. RGB value is (111,103,85). Sum of RGB (Red+Green+Blue) = 111+103+85=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6755 is #9098AA. Grayscale: #676767. Windows color (decimal): -9476267 or 5597039. OLE color: 5597039.

HSL color Cylindrical-coordinate representation of color #6F6755: hue angle of 41.54º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6755 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB11110385-
CMYK00.070.230.56
HSL41.54º13.27%38.43%-
HSV(B)41.54º23.42%43.53%-
XYZ13.0513.7410.56-
YUV103.34117.65133.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.12%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 85 (33.59% from 255) = 28.43%
R=37.12%
G=34.45%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111038500.070.230.5641.5413.2738.43
Hex6F67550717382ad26
Octal157147125072770521546
Binary1101111110011110101010111101111110001010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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