#6F774F

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

Shades of Finch #6F774F

Tints of Finch #6F774F

Color information

#6F774F (or 0x6F774F) is unknown color: approx Finch. HEX triplet: 6F, 77 and 4F. RGB value is (111,119,79). Sum of RGB (Red+Green+Blue) = 111+119+79=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #6F774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F774F is #9088B0. Grayscale: #707070. Windows color (decimal): -9472177 or 5207919. OLE color: 5207919.

HSL color Cylindrical-coordinate representation of color #6F774F: hue angle of 72º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F774F is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB11111979-
CMYK0.0700.340.53
HSL72º20.2%38.82%-
HSV(B)72º33.61%46.67%-
XYZ14.5617.149.94-
YUV112.05109.35127.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=35.92%
G=38.51%
B=25.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111119790.0700.340.537220.238.82
Hex6F774F702235481427
Octal1571671177042651102447
Binary1101111111011110011111110100010110101100100010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F774F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,119,79); }

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

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

 a { background-color: rgb(111,119,79); }

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

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

 span { border-color: rgb(111,119,79); }

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