#6F7166

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

Shades of Finch #6F7166

Tints of Finch #6F7166

Color information

#6F7166 (or 0x6F7166) is unknown color: approx Finch. HEX triplet: 6F, 71 and 66. RGB value is (111,113,102). Sum of RGB (Red+Green+Blue) = 111+113+102=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7166 is #908E99. Grayscale: #6F6F6F. Windows color (decimal): -9473690 or 6713711. OLE color: 6713711.

HSL color Cylindrical-coordinate representation of color #6F7166: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7166 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB111113102-
CMYK0.0200.100.56
HSL70.91º5.12%42.16%-
HSV(B)70.91º9.73%44.31%-
XYZ14.8616.1514.9-
YUV111.15122.84127.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=34.05%
G=34.66%
B=31.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111131020.0200.100.5670.915.1242.16
Hex6F716620A384752a
Octal157161146201270107552
Binary11011111110001110011010010101110001000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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