Html Css Color HEX #6D715B Finch

📋 copy color: '#6D715B'

red 109 ◦ green 113 ◦ blue 91

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

Shades of Finch #6D715B

Tints of Finch #6D715B

RGB

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

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

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

R = 34.82%
G = 36.1%
B = 29.07%

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

#6D715B (or 0x6D715B) is known color: Finch. HEX triplet: 6D, 71 and 5B. RGB value is (109,113,91). Sum of RGB (Red+Green+Blue) = 109+113+91=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 113 - color contains mainly: green. Hex color #6D715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D715B is #928EA4. Grayscale: #6D6D6D. Windows color (decimal): -9604773 or 5992813. OLE color: 5992813.

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

Color convert

RGB 109 113 91 -
CMYK 0.04 0 0.19 0.56
HSL 70.91º 0.11% 0.4% -
HSV(B) 70.91º 0.19% 0.44% -
XYZ 14.1 15.82 12.21 -
YUV 109.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 109 113 91 0.04 0 0.19 0.56 70.91 0.11 0.4
Hex 6D 71 5B 4 0 13 38 47 B 28
Octal 155 161 133 4 0 23 70 107 13 50
Binary 1101101 1110001 1011011 100 0 10011 111000 1000111 1011 101000

Color Harmonies of #6D715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D715B

Black with #6D715B

Text Example


Text Example

White with #6D715B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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