#6C675E

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

Shades of Coffee #6C675E

Tints of Coffee #6C675E

Color information

#6C675E (or 0x6C675E) is unknown color: approx Coffee. HEX triplet: 6C, 67 and 5E. RGB value is (108,103,94). Sum of RGB (Red+Green+Blue) = 108+103+94=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 108 - color contains mainly: red. Hex color #6C675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C675E is #9398A1. Grayscale: #676767. Windows color (decimal): -9672866 or 6186860. OLE color: 6186860.

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

Color convert

RGB10810394-
CMYK00.050.130.58
HSL38.57º6.93%39.61%-
HSV(B)38.57º12.96%42.35%-
XYZ13.0513.712.55-
YUV103.47122.66131.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.41%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=35.41%
G=33.77%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081039400.050.130.5838.576.9339.61
Hex6C675E05D3A27728
Octal15414713605157247750
Binary11011001100111101111001011101111010100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,103,94); }

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

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

 a { background-color: rgb(108,103,94); }

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

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

 span { border-color: rgb(108,103,94); }

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