#6F705F

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

Shades of Finch #6F705F

Tints of Finch #6F705F

Color information

#6F705F (or 0x6F705F) is unknown color: approx Finch. HEX triplet: 6F, 70 and 5F. RGB value is (111,112,95). Sum of RGB (Red+Green+Blue) = 111+112+95=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #6F705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F705F is #908FA0. Grayscale: #6D6D6D. Windows color (decimal): -9473953 or 6254703. OLE color: 6254703.

HSL color Cylindrical-coordinate representation of color #6F705F: hue angle of 63.53º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F705F is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB11111295-
CMYK0.0100.150.56
HSL63.53º8.21%40.59%-
HSV(B)63.53º15.18%43.92%-
XYZ14.4215.7913.12-
YUV109.76119.67128.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 95 (37.5% from 255) = 29.87%
R=34.91%
G=35.22%
B=29.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112950.0100.150.5663.538.2140.59
Hex6F705F10F3840829
Octal1571601371017701001051
Binary11011111110000101111110111111100010000001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,112,95); }

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

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

 a { background-color: rgb(111,112,95); }

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

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

 span { border-color: rgb(111,112,95); }

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