#6C705B

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

Shades of Finch #6C705B

Tints of Finch #6C705B

Color information

#6C705B (or 0x6C705B) is unknown color: approx Finch. HEX triplet: 6C, 70 and 5B. RGB value is (108,112,91). Sum of RGB (Red+Green+Blue) = 108+112+91=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #6C705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C705B is #938FA4. Grayscale: #6C6C6C. Windows color (decimal): -9670565 or 5992556. OLE color: 5992556.

HSL color Cylindrical-coordinate representation of color #6C705B: hue angle of 71.43º 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 #6C705B is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB10811291-
CMYK0.0400.190.56
HSL71.43º10.34%39.8%-
HSV(B)71.43º18.75%43.92%-
XYZ13.8715.5312.16-
YUV108.41118.17127.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.73%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=34.73%
G=36.01%
B=29.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108112910.0400.190.5671.4310.3439.8
Hex6C705B40133847a28
Octal1541601334023701071250
Binary11011001110000101101110001001111100010001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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