#6D735B

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

Shades of Finch #6D735B

Tints of Finch #6D735B

Color information

#6D735B (or 0x6D735B) is unknown color: approx Finch. HEX triplet: 6D, 73 and 5B. RGB value is (109,115,91). Sum of RGB (Red+Green+Blue) = 109+115+91=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 115 - color contains mainly: green. Hex color #6D735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D735B is #928CA4. Grayscale: #6E6E6E. Windows color (decimal): -9604261 or 5993325. OLE color: 5993325.

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

Color convert

RGB10911591-
CMYK0.0500.210.55
HSL75º11.65%40.39%-
HSV(B)75º20.87%45.1%-
XYZ14.3316.2712.28-
YUV110.47117.01126.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=34.60%
G=36.51%
B=28.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109115910.0500.210.557511.6540.39
Hex6D735B5015374bc28
Octal1551631335025671131450
Binary11011011110011101101110101010111011110010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,115,91); }

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

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

 a { background-color: rgb(109,115,91); }

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

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

 span { border-color: rgb(109,115,91); }

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