Html Css Color HEX #6D715C Finch

📋 copy color: '#6D715C'

red 109 ◦ green 113 ◦ blue 92

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

Shades of Finch #6D715C

Tints of Finch #6D715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 34.71%
G = 35.99%
B = 29.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6D715C (or 0x6D715C) is known color: Finch. HEX triplet: 6D, 71 and 5C. RGB value is (109,113,92). Sum of RGB (Red+Green+Blue) = 109+113+92=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #6D715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D715C is #928EA3. Grayscale: #6D6D6D. Windows color (decimal): -9604772 or 6058349. OLE color: 6058349.

HSL color Cylindrical-coordinate representation of color #6D715C: hue angle of 71.43º 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 #6D715C is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 113 92 -
CMYK 0.04 0 0.19 0.56
HSL 71.43º 0.1% 0.4% -
HSV(B) 71.43º 0.19% 0.44% -
XYZ 14.14 15.83 12.44 -
YUV 109.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 109 113 92 0.04 0 0.19 0.56 71.43 0.1 0.4
Hex 6D 71 5C 4 0 13 38 47 A 28
Octal 155 161 134 4 0 23 70 107 12 50
Binary 1101101 1110001 1011100 100 0 10011 111000 1000111 1010 101000

Color Harmonies of #6D715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D715C

Black with #6D715C

Text Example


Text Example

White with #6D715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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