Html Css Color HEX #6D705E Finch

📋 copy color: '#6D705E'

red 109 ◦ green 112 ◦ blue 94

#6D705E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #6D705E

Tints of Finch #6D705E

RGB

 RED value IS 109 (42.97% from 255) = 34.6%

 GREEN value IS 112 (44.14% from 255) = 35.56%

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 34.6%
G = 35.56%
B = 29.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6D705E (or 0x6D705E) is known color: Finch. HEX triplet: 6D, 70 and 5E. RGB value is (109,112,94). Sum of RGB (Red+Green+Blue) = 109+112+94=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #6D705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D705E is #928FA1. Grayscale: #6D6D6D. Windows color (decimal): -9605026 or 6189165. OLE color: 6189165.

HSL color Cylindrical-coordinate representation of color #6D705E: hue angle of 70º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D705E is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 112 94 -
CMYK 0.03 0 0.16 0.56
HSL 70º 0.09% 0.4% -
HSV(B) 70º 0.16% 0.44% -
XYZ 14.12 15.65 12.87 -
YUV 109.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 109 112 94 0.03 0 0.16 0.56 70 0.09 0.4
Hex 6D 70 5E 3 0 10 38 46 9 28
Octal 155 160 136 3 0 20 70 106 11 50
Binary 1101101 1110000 1011110 11 0 10000 111000 1000110 1001 101000

Color Harmonies of #6D705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D705E

Black with #6D705E

Text Example


Text Example

White with #6D705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,112,94); }

 H1.HeaderClassName
 {
   color: #6D705E;
 }
 .AnyTagClassName
 {
   color: #6D705E;
 }
</style>

background-color css

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

 a { background-color: rgb(109,112,94); }

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

border-color css

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

 span { border-color: rgb(109,112,94); }

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