#6E7952

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

Shades of Finch #6E7952

Tints of Finch #6E7952

Color information

#6E7952 (or 0x6E7952) is unknown color: approx Finch. HEX triplet: 6E, 79 and 52. RGB value is (110,121,82). Sum of RGB (Red+Green+Blue) = 110+121+82=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #6E7952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7952 is #9186AD. Grayscale: #717171. Windows color (decimal): -9537198 or 5405038. OLE color: 5405038.

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

Color convert

RGB11012182-
CMYK0.0900.320.53
HSL76.92º19.21%39.8%-
HSV(B)76.92º32.23%47.45%-
XYZ14.7917.610.6-
YUV113.26110.36125.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.14%
GREEN value IS 121 (47.66% from 255) = 38.66%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=35.14%
G=38.66%
B=26.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110121820.0900.320.5376.9219.2139.8
Hex6E79529020354d1328
Octal15617112211040651152350
Binary11011101111001101001010010100000110101100110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,121,82); }

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

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

 a { background-color: rgb(110,121,82); }

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

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

 span { border-color: rgb(110,121,82); }

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