Html Css Color HEX #6D715F Finch

📋 copy color: '#6D715F'

red 109 ◦ green 113 ◦ blue 95

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

Shades of Finch #6D715F

Tints of Finch #6D715F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 34.38%
G = 35.65%
B = 29.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6D715F (or 0x6D715F) is known color: Finch. HEX triplet: 6D, 71 and 5F. RGB value is (109,113,95). Sum of RGB (Red+Green+Blue) = 109+113+95=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 113 - color contains mainly: green. Hex color #6D715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D715F is #928EA0. Grayscale: #6D6D6D. Windows color (decimal): -9604769 or 6254957. OLE color: 6254957.

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

Color convert

RGB 109 113 95 -
CMYK 0.04 0 0.16 0.56
HSL 73.33º 0.09% 0.41% -
HSV(B) 73.33º 0.16% 0.44% -
XYZ 14.28 15.89 13.14 -
YUV 109.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 109 113 95 0.04 0 0.16 0.56 73.33 0.09 0.41
Hex 6D 71 5F 4 0 10 38 49 9 29
Octal 155 161 137 4 0 20 70 111 11 51
Binary 1101101 1110001 1011111 100 0 10000 111000 1001001 1001 101001

Color Harmonies of #6D715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D715F

Black with #6D715F

Text Example


Text Example

White with #6D715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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