#6E7A4C

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

Shades of Finch #6E7A4C

Tints of Finch #6E7A4C

Color information

#6E7A4C (or 0x6E7A4C) is unknown color: approx Finch. HEX triplet: 6E, 7A and 4C. RGB value is (110,122,76). Sum of RGB (Red+Green+Blue) = 110+122+76=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7A4C is #9185B3. Grayscale: #717171. Windows color (decimal): -9536948 or 5012078. OLE color: 5012078.

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

Color convert

RGB11012276-
CMYK0.1000.380.52
HSL75.65º23.23%38.82%-
HSV(B)75.65º37.7%47.84%-
XYZ14.6917.769.49-
YUV113.17107.02125.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=35.71%
G=39.61%
B=24.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110122760.1000.380.5275.6523.2338.82
Hex6E7A4CA026344c1727
Octal15617211412046641142747
Binary11011101111010100110010100100110110100100110010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,122,76); }

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

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

 a { background-color: rgb(110,122,76); }

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

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

 span { border-color: rgb(110,122,76); }

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