#6C7259

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

Shades of Finch #6C7259

Tints of Finch #6C7259

Color information

#6C7259 (or 0x6C7259) is unknown color: approx Finch. HEX triplet: 6C, 72 and 59. RGB value is (108,114,89). Sum of RGB (Red+Green+Blue) = 108+114+89=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #6C7259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7259 is #938DA6. Grayscale: #6D6D6D. Windows color (decimal): -9670055 or 5861996. OLE color: 5861996.

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

Color convert

RGB10811489-
CMYK0.0500.220.55
HSL74.4º12.32%39.8%-
HSV(B)74.4º21.93%44.71%-
XYZ1415.9411.79-
YUV109.36116.51127.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.73%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=34.73%
G=36.66%
B=28.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108114890.0500.220.5574.412.3239.8
Hex6C72595016374ac28
Octal1541621315026671121450
Binary11011001110010101100110101011011011110010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,114,89); }

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

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

 a { background-color: rgb(108,114,89); }

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

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

 span { border-color: rgb(108,114,89); }

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