#6F7853

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

Shades of Finch #6F7853

Tints of Finch #6F7853

Color information

#6F7853 (or 0x6F7853) is unknown color: approx Finch. HEX triplet: 6F, 78 and 53. RGB value is (111,120,83). Sum of RGB (Red+Green+Blue) = 111+120+83=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7853 is #9087AC. Grayscale: #717171. Windows color (decimal): -9471917 or 5470319. OLE color: 5470319.

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

Color convert

RGB11112083-
CMYK0.0800.310.53
HSL74.59º18.23%39.8%-
HSV(B)74.59º30.83%47.06%-
XYZ14.8317.4410.77-
YUV113.09111.02126.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=35.35%
G=38.22%
B=26.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111120830.0800.310.5374.5918.2339.8
Hex6F7853801F354b1228
Octal15717012310037651132250
Binary1101111111100010100111000011111110101100101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,120,83); }

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

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

 a { background-color: rgb(111,120,83); }

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

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

 span { border-color: rgb(111,120,83); }

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