#6B655A

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

Shades of Coffee #6B655A

Tints of Coffee #6B655A

Color information

#6B655A (or 0x6B655A) is unknown color: approx Coffee. HEX triplet: 6B, 65 and 5A. RGB value is (107,101,90). Sum of RGB (Red+Green+Blue) = 107+101+90=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 107 - color contains mainly: red. Hex color #6B655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B655A is #949AA5. Grayscale: #656565. Windows color (decimal): -9738918 or 5924203. OLE color: 5924203.

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

Color convert

RGB10710190-
CMYK00.060.160.58
HSL38.82º8.63%38.63%-
HSV(B)38.82º15.89%41.96%-
XYZ12.5613.1711.55-
YUV101.54121.49131.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=35.91%
G=33.89%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071019000.060.160.5838.828.6338.63
Hex6B655A06103A27927
Octal153145132062072471147
Binary1101011110010110110100110100001110101001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,90); }

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

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

 a { background-color: rgb(107,101,90); }

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

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

 span { border-color: rgb(107,101,90); }

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