#6F7360

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

Shades of Finch #6F7360

Tints of Finch #6F7360

Color information

#6F7360 (or 0x6F7360) is unknown color: approx Finch. HEX triplet: 6F, 73 and 60. RGB value is (111,115,96). Sum of RGB (Red+Green+Blue) = 111+115+96=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7360 is #908C9F. Grayscale: #6F6F6F. Windows color (decimal): -9473184 or 6321007. OLE color: 6321007.

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

Color convert

RGB11111596-
CMYK0.0300.170.55
HSL72.63º9%41.37%-
HSV(B)72.63º16.52%45.1%-
XYZ14.816.4913.47-
YUV111.64119.17127.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.47%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=34.47%
G=35.71%
B=29.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111115960.0300.170.5572.63941.37
Hex6F736030113749929
Octal1571631403021671111151
Binary1101111111001111000001101000111011110010011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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