#6F7261

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

Shades of Finch #6F7261

Tints of Finch #6F7261

Color information

#6F7261 (or 0x6F7261) is unknown color: approx Finch. HEX triplet: 6F, 72 and 61. RGB value is (111,114,97). Sum of RGB (Red+Green+Blue) = 111+114+97=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7261 is #908D9E. Grayscale: #6F6F6F. Windows color (decimal): -9473439 or 6386287. OLE color: 6386287.

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

Color convert

RGB11111497-
CMYK0.0300.150.55
HSL70.59º8.06%41.37%-
HSV(B)70.59º14.91%44.71%-
XYZ14.7316.2813.67-
YUV111.16120.01127.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.47%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=34.47%
G=35.40%
B=30.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114970.0300.150.5570.598.0641.37
Hex6F726130F3747829
Octal1571621413017671071051
Binary110111111100101100001110111111011110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,114,97); }

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

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

 a { background-color: rgb(111,114,97); }

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

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

 span { border-color: rgb(111,114,97); }

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