Html Css Color HEX #6D705B Finch

📋 copy color: '#6D705B'

red 109 ◦ green 112 ◦ blue 91

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

Shades of Finch #6D705B

Tints of Finch #6D705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.17%

R = 34.94%
G = 35.9%
B = 29.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6D705B (or 0x6D705B) is known color: Finch. HEX triplet: 6D, 70 and 5B. RGB value is (109,112,91). Sum of RGB (Red+Green+Blue) = 109+112+91=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 112 - color contains mainly: green. Hex color #6D705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D705B is #928FA4. Grayscale: #6C6C6C. Windows color (decimal): -9605029 or 5992557. OLE color: 5992557.

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

Color convert

RGB 109 112 91 -
CMYK 0.03 0 0.19 0.56
HSL 68.57º 0.1% 0.4% -
HSV(B) 68.57º 0.19% 0.44% -
XYZ 13.99 15.59 12.17 -
YUV 108.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 109 112 91 0.03 0 0.19 0.56 68.57 0.1 0.4
Hex 6D 70 5B 3 0 13 38 45 A 28
Octal 155 160 133 3 0 23 70 105 12 50
Binary 1101101 1110000 1011011 11 0 10011 111000 1000101 1010 101000

Color Harmonies of #6D705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D705B

Black with #6D705B

Text Example


Text Example

White with #6D705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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