Html Css Color HEX #6D705D Finch

📋 copy color: '#6D705D'

red 109 ◦ green 112 ◦ blue 93

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

Shades of Finch #6D705D

Tints of Finch #6D705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 34.71%
G = 35.67%
B = 29.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6D705D (or 0x6D705D) is known color: Finch. HEX triplet: 6D, 70 and 5D. RGB value is (109,112,93). Sum of RGB (Red+Green+Blue) = 109+112+93=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 112 - color contains mainly: green. Hex color #6D705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D705D is #928FA2. Grayscale: #6D6D6D. Windows color (decimal): -9605027 or 6123629. OLE color: 6123629.

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

Color convert

RGB 109 112 93 -
CMYK 0.03 0 0.17 0.56
HSL 69.47º 0.09% 0.4% -
HSV(B) 69.47º 0.17% 0.44% -
XYZ 14.08 15.63 12.63 -
YUV 108.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 109 112 93 0.03 0 0.17 0.56 69.47 0.09 0.4
Hex 6D 70 5D 3 0 11 38 45 9 28
Octal 155 160 135 3 0 21 70 105 11 50
Binary 1101101 1110000 1011101 11 0 10001 111000 1000101 1001 101000

Color Harmonies of #6D705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D705D

Black with #6D705D

Text Example


Text Example

White with #6D705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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