#6D7258

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

Shades of Finch #6D7258

Tints of Finch #6D7258

Color information

#6D7258 (or 0x6D7258) is unknown color: approx Finch. HEX triplet: 6D, 72 and 58. RGB value is (109,114,88). Sum of RGB (Red+Green+Blue) = 109+114+88=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7258 is #928DA7. Grayscale: #6D6D6D. Windows color (decimal): -9604520 or 5796461. OLE color: 5796461.

HSL color Cylindrical-coordinate representation of color #6D7258: hue angle of 71.54º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D7258 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB10911488-
CMYK0.0400.230.55
HSL71.54º12.87%39.61%-
HSV(B)71.54º22.81%44.71%-
XYZ14.0915.9911.58-
YUV109.54115.84127.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.05%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=35.05%
G=36.66%
B=28.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109114880.0400.230.5571.5412.8739.61
Hex6D725840173748d28
Octal1551621304027671101550
Binary11011011110010101100010001011111011110010001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,114,88); }

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

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

 a { background-color: rgb(109,114,88); }

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

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

 span { border-color: rgb(109,114,88); }

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