#6F7363

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

Shades of Finch #6F7363

Tints of Finch #6F7363

Color information

#6F7363 (or 0x6F7363) is unknown color: approx Finch. HEX triplet: 6F, 73 and 63. RGB value is (111,115,99). Sum of RGB (Red+Green+Blue) = 111+115+99=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7363 is #908C9C. Grayscale: #707070. Windows color (decimal): -9473181 or 6517615. OLE color: 6517615.

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

Color convert

RGB11111599-
CMYK0.0300.140.55
HSL75º7.48%41.96%-
HSV(B)75º13.91%45.1%-
XYZ14.9416.5414.21-
YUV111.98120.67127.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=34.15%
G=35.38%
B=30.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111115990.0300.140.55757.4841.96
Hex6F736330E374b72a
Octal157163143301667113752
Binary11011111110011110001111011101101111001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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