#6F755A

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

Shades of Finch #6F755A

Tints of Finch #6F755A

Color information

#6F755A (or 0x6F755A) is unknown color: approx Finch. HEX triplet: 6F, 75 and 5A. RGB value is (111,117,90). Sum of RGB (Red+Green+Blue) = 111+117+90=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #6F755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F755A is #908AA5. Grayscale: #707070. Windows color (decimal): -9472678 or 5928303. OLE color: 5928303.

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

Color convert

RGB11111790-
CMYK0.0500.230.54
HSL73.33º13.04%40.59%-
HSV(B)73.33º23.08%45.88%-
XYZ14.7616.8412.15-
YUV112.13115.51127.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 90 (35.55% from 255) = 28.30%
R=34.91%
G=36.79%
B=28.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111117900.0500.230.5473.3313.0440.59
Hex6F755A50173649d29
Octal1571651325027661111551
Binary11011111110101101101010101011111011010010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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