#6F7058

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

Shades of Finch #6F7058

Tints of Finch #6F7058

Color information

#6F7058 (or 0x6F7058) is unknown color: approx Finch. HEX triplet: 6F, 70 and 58. RGB value is (111,112,88). Sum of RGB (Red+Green+Blue) = 111+112+88=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7058 is #908FA7. Grayscale: #6D6D6D. Windows color (decimal): -9473960 or 5795951. OLE color: 5795951.

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

Color convert

RGB11111288-
CMYK0.0100.210.56
HSL62.5º12%39.22%-
HSV(B)62.5º21.43%43.92%-
XYZ14.1115.6711.51-
YUV108.96116.17129.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=35.69%
G=36.01%
B=28.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112880.0100.210.5662.51239.22
Hex6F70581015383ec27
Octal157160130102570761447
Binary11011111110000101100010101011110001111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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