Html Css Color HEX #6D474F Finn

📋 copy color: '#6D474F'

red 109 ◦ green 71 ◦ blue 79

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

Shades of Finn #6D474F

Tints of Finn #6D474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 42.08%
G = 27.41%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D474F (or 0x6D474F) is known color: Finn. HEX triplet: 6D, 47 and 4F. RGB value is (109,71,79). Sum of RGB (Red+Green+Blue) = 109+71+79=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 109 - color contains mainly: red. Hex color #6D474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D474F is #92B8B0. Grayscale: #535353. Windows color (decimal): -9615537 or 5195629. OLE color: 5195629.

HSL color Cylindrical-coordinate representation of color #6D474F: hue angle of 347.37º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D474F is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 71 79 -
CMYK 0 0.35 0.28 0.57
HSL 347.37º 0.21% 0.35% -
HSV(B) 347.37º 0.35% 0.43% -
XYZ 9.97 8.32 8.48 -
YUV 83.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 109 71 79 0 0.35 0.28 0.57 347.37 0.21 0.35
Hex 6D 47 4F 0 23 1C 39 15B 15 23
Octal 155 107 117 0 43 34 71 533 25 43
Binary 1101101 1000111 1001111 0 100011 11100 111001 101011011 10101 100011

Color Harmonies of #6D474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D474F

Black with #6D474F

Text Example


Text Example

White with #6D474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,71,79); }

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

background-color css

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

 a { background-color: rgb(109,71,79); }

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

border-color css

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

 span { border-color: rgb(109,71,79); }

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