#6F7056

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

Shades of Finch #6F7056

Tints of Finch #6F7056

Color information

#6F7056 (or 0x6F7056) is unknown color: approx Finch. HEX triplet: 6F, 70 and 56. RGB value is (111,112,86). Sum of RGB (Red+Green+Blue) = 111+112+86=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7056 is #908FA9. Grayscale: #6C6C6C. Windows color (decimal): -9473962 or 5664879. OLE color: 5664879.

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

Color convert

RGB11111286-
CMYK0.0100.230.56
HSL62.31º13.13%38.82%-
HSV(B)62.31º23.21%43.92%-
XYZ14.0315.6411.08-
YUV108.74115.17129.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=35.92%
G=36.25%
B=27.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112860.0100.230.5662.3113.1338.82
Hex6F70561017383ed27
Octal157160126102770761547
Binary11011111110000101011010101111110001111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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