#6E7752

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

Shades of Finch #6E7752

Tints of Finch #6E7752

Color information

#6E7752 (or 0x6E7752) is unknown color: approx Finch. HEX triplet: 6E, 77 and 52. RGB value is (110,119,82). Sum of RGB (Red+Green+Blue) = 110+119+82=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 119 - color contains mainly: green. Hex color #6E7752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7752 is #9188AD. Grayscale: #707070. Windows color (decimal): -9537710 or 5404526. OLE color: 5404526.

HSL color Cylindrical-coordinate representation of color #6E7752: hue angle of 74.59º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E7752 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB11011982-
CMYK0.0800.310.53
HSL74.59º18.41%39.41%-
HSV(B)74.59º31.09%46.67%-
XYZ14.5517.1210.52-
YUV112.09111.02126.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.37%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=35.37%
G=38.26%
B=26.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110119820.0800.310.5374.5918.4139.41
Hex6E7752801F354b1227
Octal15616712210037651132247
Binary1101110111011110100101000011111110101100101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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