#6E7B4D

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

Shades of Finch #6E7B4D

Tints of Finch #6E7B4D

Color information

#6E7B4D (or 0x6E7B4D) is unknown color: approx Finch. HEX triplet: 6E, 7B and 4D. RGB value is (110,123,77). Sum of RGB (Red+Green+Blue) = 110+123+77=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7B4D is #9184B2. Grayscale: #727272. Windows color (decimal): -9536691 or 5077870. OLE color: 5077870.

HSL color Cylindrical-coordinate representation of color #6E7B4D: hue angle of 76.96º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E7B4D is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB11012377-
CMYK0.1100.370.52
HSL76.96º23%39.22%-
HSV(B)76.96º37.4%48.24%-
XYZ14.8518.029.72-
YUV113.87107.19125.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.48%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=35.48%
G=39.68%
B=24.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110123770.1100.370.5276.962339.22
Hex6E7B4DB025344d1727
Octal15617311513045641152747
Binary11011101111011100110110110100101110100100110110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,123,77); }

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

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

 a { background-color: rgb(110,123,77); }

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

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

 span { border-color: rgb(110,123,77); }

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