#6F7354

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

Shades of Finch #6F7354

Tints of Finch #6F7354

Color information

#6F7354 (or 0x6F7354) is unknown color: approx Finch. HEX triplet: 6F, 73 and 54. RGB value is (111,115,84). Sum of RGB (Red+Green+Blue) = 111+115+84=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7354 is #908CAB. Grayscale: #6E6E6E. Windows color (decimal): -9473196 or 5534575. OLE color: 5534575.

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

Color convert

RGB11111584-
CMYK0.0300.270.55
HSL67.74º15.58%39.02%-
HSV(B)67.74º26.96%45.1%-
XYZ14.2916.2810.78-
YUV110.27113.17128.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 84 (33.20% from 255) = 27.10%
R=35.81%
G=37.10%
B=27.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111115840.0300.270.5567.7415.5839.02
Hex6F7354301B37441027
Octal1571631243033671042047
Binary11011111110011101010011011011110111100010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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