#6F7163

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

Shades of Finch #6F7163

Tints of Finch #6F7163

Color information

#6F7163 (or 0x6F7163) is unknown color: approx Finch. HEX triplet: 6F, 71 and 63. RGB value is (111,113,99). Sum of RGB (Red+Green+Blue) = 111+113+99=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7163 is #908E9C. Grayscale: #6E6E6E. Windows color (decimal): -9473693 or 6517103. OLE color: 6517103.

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

Color convert

RGB11111399-
CMYK0.0200.120.56
HSL68.57º6.6%41.57%-
HSV(B)68.57º12.39%44.31%-
XYZ14.7116.0914.13-
YUV110.81121.34128.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.37%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 99 (39.06% from 255) = 30.65%
R=34.37%
G=34.98%
B=30.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111113990.0200.120.5668.576.641.57
Hex6F716320C384572a
Octal157161143201470105752
Binary11011111110001110001110011001110001000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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