#6F7266

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

Shades of Finch #6F7266

Tints of Finch #6F7266

Color information

#6F7266 (or 0x6F7266) is unknown color: approx Finch. HEX triplet: 6F, 72 and 66. RGB value is (111,114,102). Sum of RGB (Red+Green+Blue) = 111+114+102=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7266 is #908D99. Grayscale: #6F6F6F. Windows color (decimal): -9473434 or 6713967. OLE color: 6713967.

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

Color convert

RGB111114102-
CMYK0.0300.110.55
HSL75º5.56%42.35%-
HSV(B)75º10.53%44.71%-
XYZ14.9716.3714.94-
YUV111.74122.51127.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.94%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=33.94%
G=34.86%
B=31.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111141020.0300.110.55755.5642.35
Hex6F726630B374b62a
Octal157162146301367113652
Binary11011111110010110011011010111101111001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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