#6F7358

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

Shades of Finch #6F7358

Tints of Finch #6F7358

Color information

#6F7358 (or 0x6F7358) is unknown color: approx Finch. HEX triplet: 6F, 73 and 58. RGB value is (111,115,88). Sum of RGB (Red+Green+Blue) = 111+115+88=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7358 is #908CA7. Grayscale: #6E6E6E. Windows color (decimal): -9473192 or 5796719. OLE color: 5796719.

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

Color convert

RGB11111588-
CMYK0.0300.230.55
HSL68.89º13.3%39.8%-
HSV(B)68.89º23.48%45.1%-
XYZ14.4516.3511.63-
YUV110.73115.17128.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 88 (34.77% from 255) = 28.03%
R=35.35%
G=36.62%
B=28.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111115880.0300.230.5568.8913.339.8
Hex6F735830173745d28
Octal1571631303027671051550
Binary1101111111001110110001101011111011110001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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