#6D705E

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

Shades of Finch #6D705E

Tints of Finch #6D705E

Color information

#6D705E (or 0x6D705E) is unknown color: approx Finch. HEX triplet: 6D, 70 and 5E. RGB value is (109,112,94). Sum of RGB (Red+Green+Blue) = 109+112+94=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #6D705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D705E is #928FA1. Grayscale: #6D6D6D. Windows color (decimal): -9605026 or 6189165. OLE color: 6189165.

HSL color Cylindrical-coordinate representation of color #6D705E: hue angle of 70º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D705E is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB10911294-
CMYK0.0300.160.56
HSL70º8.74%40.39%-
HSV(B)70º16.07%43.92%-
XYZ14.1215.6512.87-
YUV109.05119.51127.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=34.60%
G=35.56%
B=29.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112940.0300.160.56708.7440.39
Hex6D705E30103846928
Octal1551601363020701061150
Binary1101101111000010111101101000011100010001101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,94); }

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

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

 a { background-color: rgb(109,112,94); }

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

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

 span { border-color: rgb(109,112,94); }

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