#6B665C

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

Shades of Coffee #6B665C

Tints of Coffee #6B665C

Color information

#6B665C (or 0x6B665C) is unknown color: approx Coffee. HEX triplet: 6B, 66 and 5C. RGB value is (107,102,92). Sum of RGB (Red+Green+Blue) = 107+102+92=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 107 - color contains mainly: red. Hex color #6B665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B665C is #9499A3. Grayscale: #666666. Windows color (decimal): -9738660 or 6055531. OLE color: 6055531.

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

Color convert

RGB10710292-
CMYK00.050.140.58
HSL40º7.54%39.02%-
HSV(B)40º14.02%41.96%-
XYZ12.7513.412.04-
YUV102.35122.16131.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=35.55%
G=33.89%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071029200.050.140.58407.5439.02
Hex6B665C05E3A28827
Octal153146134051672501047
Binary110101111001101011100010111101110101010001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,102,92); }

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

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

 a { background-color: rgb(107,102,92); }

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

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

 span { border-color: rgb(107,102,92); }

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