#6A6455

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

Shades of Coffee #6A6455

Tints of Coffee #6A6455

Color information

#6A6455 (or 0x6A6455) is unknown color: approx Coffee. HEX triplet: 6A, 64 and 55. RGB value is (106,100,85). Sum of RGB (Red+Green+Blue) = 106+100+85=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6455 is #959BAA. Grayscale: #646464. Windows color (decimal): -9804715 or 5596266. OLE color: 5596266.

HSL color Cylindrical-coordinate representation of color #6A6455: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A6455 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB10610085-
CMYK00.060.200.58
HSL42.86º10.99%37.45%-
HSV(B)42.86º19.81%41.57%-
XYZ12.1412.8310.43-
YUV100.08119.49132.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.43%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=36.43%
G=34.36%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061008500.060.200.5842.8610.9937.45
Hex6A645506143A2bb25
Octal152144125062472531345
Binary1101010110010010101010110101001110101010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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