#6B705D

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

Shades of Finch #6B705D

Tints of Finch #6B705D

Color information

#6B705D (or 0x6B705D) is unknown color: approx Finch. HEX triplet: 6B, 70 and 5D. RGB value is (107,112,93). Sum of RGB (Red+Green+Blue) = 107+112+93=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #6B705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B705D is #948FA2. Grayscale: #6C6C6C. Windows color (decimal): -9736099 or 6123627. OLE color: 6123627.

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

Color convert

RGB10711293-
CMYK0.0400.170.56
HSL75.79º9.27%40.2%-
HSV(B)75.79º16.96%43.92%-
XYZ13.8315.512.62-
YUV108.34119.34127.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.29%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=34.29%
G=35.90%
B=29.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112930.0400.170.5675.799.2740.2
Hex6B705D4011384c928
Octal1531601354021701141150
Binary11010111110000101110110001000111100010011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,112,93); }

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

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

 a { background-color: rgb(107,112,93); }

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

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

 span { border-color: rgb(107,112,93); }

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