#6F7955

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

Shades of Finch #6F7955

Tints of Finch #6F7955

Color information

#6F7955 (or 0x6F7955) is unknown color: approx Finch. HEX triplet: 6F, 79 and 55. RGB value is (111,121,85). Sum of RGB (Red+Green+Blue) = 111+121+85=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #6F7955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7955 is #9086AA. Grayscale: #727272. Windows color (decimal): -9471659 or 5601647. OLE color: 5601647.

HSL color Cylindrical-coordinate representation of color #6F7955: hue angle of 76.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F7955 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB11112185-
CMYK0.0800.300.53
HSL76.67º17.48%40.39%-
HSV(B)76.67º29.75%47.45%-
XYZ15.0317.7111.22-
YUV113.91111.69125.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.02%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=35.02%
G=38.17%
B=26.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111121850.0800.300.5376.6717.4840.39
Hex6F7955801E354d1128
Octal15717112510036651152150
Binary1101111111100110101011000011110110101100110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,121,85); }

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

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

 a { background-color: rgb(111,121,85); }

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

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

 span { border-color: rgb(111,121,85); }

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