#6F7458

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

Shades of Finch #6F7458

Tints of Finch #6F7458

Color information

#6F7458 (or 0x6F7458) is unknown color: approx Finch. HEX triplet: 6F, 74 and 58. RGB value is (111,116,88). Sum of RGB (Red+Green+Blue) = 111+116+88=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #6F7458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7458 is #908BA7. Grayscale: #6F6F6F. Windows color (decimal): -9472936 or 5796975. OLE color: 5796975.

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

Color convert

RGB11111688-
CMYK0.0400.240.55
HSL70.71º13.73%40%-
HSV(B)70.71º24.14%45.49%-
XYZ14.5616.5711.66-
YUV111.31114.84127.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.24%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=35.24%
G=36.83%
B=27.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111116880.0400.240.5570.7113.7340
Hex6F745840183747e28
Octal1571641304030671071650
Binary11011111110100101100010001100011011110001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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