#6D705B

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

Shades of Finch #6D705B

Tints of Finch #6D705B

Color information

#6D705B (or 0x6D705B) is unknown color: approx Finch. HEX triplet: 6D, 70 and 5B. RGB value is (109,112,91). Sum of RGB (Red+Green+Blue) = 109+112+91=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #6D705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D705B is #928FA4. Grayscale: #6C6C6C. Windows color (decimal): -9605029 or 5992557. OLE color: 5992557.

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

Color convert

RGB10911291-
CMYK0.0300.190.56
HSL68.57º10.34%39.8%-
HSV(B)68.57º18.75%43.92%-
XYZ13.9915.5912.17-
YUV108.71118.01128.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.94%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=34.94%
G=35.90%
B=29.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112910.0300.190.5668.5710.3439.8
Hex6D705B30133845a28
Octal1551601333023701051250
Binary1101101111000010110111101001111100010001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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