#6E7163

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

Shades of Finch #6E7163

Tints of Finch #6E7163

Color information

#6E7163 (or 0x6E7163) is unknown color: approx Finch. HEX triplet: 6E, 71 and 63. RGB value is (110,113,99). Sum of RGB (Red+Green+Blue) = 110+113+99=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7163 is #918E9C. Grayscale: #6E6E6E. Windows color (decimal): -9539229 or 6517102. OLE color: 6517102.

HSL color Cylindrical-coordinate representation of color #6E7163: hue angle of 72.86º 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 #6E7163 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB11011399-
CMYK0.0300.120.56
HSL72.86º6.6%41.57%-
HSV(B)72.86º12.39%44.31%-
XYZ14.5916.0314.13-
YUV110.51121.51127.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 99 (39.06% from 255) = 30.75%
R=34.16%
G=35.09%
B=30.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113990.0300.120.5672.866.641.57
Hex6E716330C384972a
Octal156161143301470111752
Binary11011101110001110001111011001110001001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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