#6F7158

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

Shades of Finch #6F7158

Tints of Finch #6F7158

Color information

#6F7158 (or 0x6F7158) is unknown color: approx Finch. HEX triplet: 6F, 71 and 58. RGB value is (111,113,88). Sum of RGB (Red+Green+Blue) = 111+113+88=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7158 is #908EA7. Grayscale: #6D6D6D. Windows color (decimal): -9473704 or 5796207. OLE color: 5796207.

HSL color Cylindrical-coordinate representation of color #6F7158: hue angle of 64.8º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F7158 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB11111388-
CMYK0.0200.220.56
HSL64.8º12.44%39.41%-
HSV(B)64.8º22.12%44.31%-
XYZ14.2215.8911.55-
YUV109.55115.84129.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 113 (44.53% from 255) = 36.22%
BLUE value IS 88 (34.77% from 255) = 28.21%
R=35.58%
G=36.22%
B=28.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111113880.0200.220.5664.812.4439.41
Hex6F715820163841c27
Octal1571611302026701011447
Binary1101111111000110110001001011011100010000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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