#6E7D4B

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

Shades of Finch #6E7D4B

Tints of Finch #6E7D4B

Color information

#6E7D4B (or 0x6E7D4B) is unknown color: approx Finch. HEX triplet: 6E, 7D and 4B. RGB value is (110,125,75). Sum of RGB (Red+Green+Blue) = 110+125+75=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7D4B is #9182B4. Grayscale: #737373. Windows color (decimal): -9536181 or 4947310. OLE color: 4947310.

HSL color Cylindrical-coordinate representation of color #6E7D4B: hue angle of 78º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E7D4B is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB11012575-
CMYK0.1200.400.51
HSL78º25%39.22%-
HSV(B)78º40%49.02%-
XYZ15.0318.499.43-
YUV114.82105.53124.57-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.48%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 75 (29.69% from 255) = 24.19%
R=35.48%
G=40.32%
B=24.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110125750.1200.400.51782539.22
Hex6E7D4BC028334e1927
Octal15617511314050631163147
Binary11011101111101100101111000101000110011100111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,125,75); }

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

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

 a { background-color: rgb(110,125,75); }

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

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

 span { border-color: rgb(110,125,75); }

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