Html Css Color HEX #6D715E Finch

📋 copy color: '#6D715E'

red 109 ◦ green 113 ◦ blue 94

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

Shades of Finch #6D715E

Tints of Finch #6D715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

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

R = 34.49%
G = 35.76%
B = 29.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6D715E (or 0x6D715E) is known color: Finch. HEX triplet: 6D, 71 and 5E. RGB value is (109,113,94). Sum of RGB (Red+Green+Blue) = 109+113+94=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #6D715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D715E is #928EA1. Grayscale: #6D6D6D. Windows color (decimal): -9604770 or 6189421. OLE color: 6189421.

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

Color convert

RGB 109 113 94 -
CMYK 0.04 0 0.17 0.56
HSL 72.63º 0.09% 0.41% -
HSV(B) 72.63º 0.17% 0.44% -
XYZ 14.23 15.87 12.9 -
YUV 109.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 109 113 94 0.04 0 0.17 0.56 72.63 0.09 0.41
Hex 6D 71 5E 4 0 11 38 49 9 29
Octal 155 161 136 4 0 21 70 111 11 51
Binary 1101101 1110001 1011110 100 0 10001 111000 1001001 1001 101001

Color Harmonies of #6D715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D715E

Black with #6D715E

Text Example


Text Example

White with #6D715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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