#6A6457

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

Shades of Coffee #6A6457

Tints of Coffee #6A6457

Color information

#6A6457 (or 0x6A6457) is unknown color: approx Coffee. HEX triplet: 6A, 64 and 57. RGB value is (106,100,87). Sum of RGB (Red+Green+Blue) = 106+100+87=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6457 is #959BA8. Grayscale: #646464. Windows color (decimal): -9804713 or 5727338. OLE color: 5727338.

HSL color Cylindrical-coordinate representation of color #6A6457: hue angle of 41.05º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A6457 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB10610087-
CMYK00.060.180.58
HSL41.05º9.84%37.84%-
HSV(B)41.05º17.92%41.57%-
XYZ12.2212.8710.86-
YUV100.31120.49132.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.18%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 87 (34.38% from 255) = 29.69%
R=36.18%
G=34.13%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061008700.060.180.5841.059.8437.84
Hex6A645706123A29a26
Octal152144127062272511246
Binary1101010110010010101110110100101110101010011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,100,87); }

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

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

 a { background-color: rgb(106,100,87); }

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

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

 span { border-color: rgb(106,100,87); }

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