#6F7156

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

Shades of Finch #6F7156

Tints of Finch #6F7156

Color information

#6F7156 (or 0x6F7156) is unknown color: approx Finch. HEX triplet: 6F, 71 and 56. RGB value is (111,113,86). Sum of RGB (Red+Green+Blue) = 111+113+86=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7156 is #908EA9. Grayscale: #6D6D6D. Windows color (decimal): -9473706 or 5665135. OLE color: 5665135.

HSL color Cylindrical-coordinate representation of color #6F7156: hue angle of 64.44º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F7156 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB11111386-
CMYK0.0200.240.56
HSL64.44º13.57%39.02%-
HSV(B)64.44º23.89%44.31%-
XYZ14.1415.8611.12-
YUV109.32114.84129.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=35.81%
G=36.45%
B=27.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111113860.0200.240.5664.4413.5739.02
Hex6F715620183840e27
Octal1571611262030701001647
Binary1101111111000110101101001100011100010000001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,113,86); }

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

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

 a { background-color: rgb(111,113,86); }

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

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

 span { border-color: rgb(111,113,86); }

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