#6F7355

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

Shades of Finch #6F7355

Tints of Finch #6F7355

Color information

#6F7355 (or 0x6F7355) is unknown color: approx Finch. HEX triplet: 6F, 73 and 55. RGB value is (111,115,85). Sum of RGB (Red+Green+Blue) = 111+115+85=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7355 is #908CAA. Grayscale: #6E6E6E. Windows color (decimal): -9473195 or 5600111. OLE color: 5600111.

HSL color Cylindrical-coordinate representation of color #6F7355: hue angle of 68º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F7355 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB11111585-
CMYK0.0300.260.55
HSL68º15%39.22%-
HSV(B)68º26.09%45.1%-
XYZ14.3316.310.98-
YUV110.38113.67128.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=35.69%
G=36.98%
B=27.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111115850.0300.260.55681539.22
Hex6F7355301A3744f27
Octal1571631253032671041747
Binary1101111111001110101011101101011011110001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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