#6F7157

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

Shades of Finch #6F7157

Tints of Finch #6F7157

Color information

#6F7157 (or 0x6F7157) is unknown color: approx Finch. HEX triplet: 6F, 71 and 57. RGB value is (111,113,87). Sum of RGB (Red+Green+Blue) = 111+113+87=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7157 is #908EA8. Grayscale: #6D6D6D. Windows color (decimal): -9473705 or 5730671. OLE color: 5730671.

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

Color convert

RGB11111387-
CMYK0.0200.230.56
HSL64.62º13%39.22%-
HSV(B)64.62º23.01%44.31%-
XYZ14.1815.8811.33-
YUV109.44115.34129.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 113 (44.53% from 255) = 36.33%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=35.69%
G=36.33%
B=27.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111113870.0200.230.5664.621339.22
Hex6F715720173841d27
Octal1571611272027701011547
Binary1101111111000110101111001011111100010000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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