#6F755C

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

Shades of Finch #6F755C

Tints of Finch #6F755C

Color information

#6F755C (or 0x6F755C) is unknown color: approx Finch. HEX triplet: 6F, 75 and 5C. RGB value is (111,117,92). Sum of RGB (Red+Green+Blue) = 111+117+92=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #6F755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F755C is #908AA3. Grayscale: #707070. Windows color (decimal): -9472676 or 6059375. OLE color: 6059375.

HSL color Cylindrical-coordinate representation of color #6F755C: hue angle of 74.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F755C is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB11111792-
CMYK0.0500.210.54
HSL74.4º11.96%40.98%-
HSV(B)74.4º21.37%45.88%-
XYZ14.8516.8712.6-
YUV112.36116.51127.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.69%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=34.69%
G=36.56%
B=28.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111117920.0500.210.5474.411.9640.98
Hex6F755C5015364ac29
Octal1571651345025661121451
Binary11011111110101101110010101010111011010010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,117,92); }

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

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

 a { background-color: rgb(111,117,92); }

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

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

 span { border-color: rgb(111,117,92); }

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