Html Css Color HEX #6D725D Finch

📋 copy color: '#6D725D'

red 109 ◦ green 114 ◦ blue 93

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

Shades of Finch #6D725D

Tints of Finch #6D725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 34.49%
G = 36.08%
B = 29.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#6D725D (or 0x6D725D) is known color: Finch. HEX triplet: 6D, 72 and 5D. RGB value is (109,114,93). Sum of RGB (Red+Green+Blue) = 109+114+93=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #6D725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D725D is #928DA2. Grayscale: #6E6E6E. Windows color (decimal): -9604515 or 6124141. OLE color: 6124141.

HSL color Cylindrical-coordinate representation of color #6D725D: hue angle of 74.29º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D725D is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 114 93 -
CMYK 0.04 0 0.18 0.55
HSL 74.29º 0.1% 0.41% -
HSV(B) 74.29º 0.18% 0.45% -
XYZ 14.3 16.08 12.71 -
YUV 110.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 109 114 93 0.04 0 0.18 0.55 74.29 0.1 0.41
Hex 6D 72 5D 4 0 12 37 4A A 29
Octal 155 162 135 4 0 22 67 112 12 51
Binary 1101101 1110010 1011101 100 0 10010 110111 1001010 1010 101001

Color Harmonies of #6D725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D725D

Black with #6D725D

Text Example


Text Example

White with #6D725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,114,93); }

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

background-color css

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

 a { background-color: rgb(109,114,93); }

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

border-color css

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

 span { border-color: rgb(109,114,93); }

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