#6A6558

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

Shades of Coffee #6A6558

Tints of Coffee #6A6558

Color information

#6A6558 (or 0x6A6558) is unknown color: approx Coffee. HEX triplet: 6A, 65 and 58. RGB value is (106,101,88). Sum of RGB (Red+Green+Blue) = 106+101+88=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6558 is #959AA7. Grayscale: #656565. Windows color (decimal): -9804456 or 5793130. OLE color: 5793130.

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

Color convert

RGB10610188-
CMYK00.050.170.58
HSL43.33º9.28%38.04%-
HSV(B)43.33º16.98%41.57%-
XYZ12.3613.0811.11-
YUV101.01120.66131.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=35.93%
G=34.24%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061018800.050.170.5843.339.2838.04
Hex6A655805113A2b926
Octal152145130052172531146
Binary1101010110010110110000101100011110101010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,88); }

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

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

 a { background-color: rgb(106,101,88); }

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

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

 span { border-color: rgb(106,101,88); }

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