Html Css Color HEX #6D424F Finn

📋 copy color: '#6D424F'

red 109 ◦ green 66 ◦ blue 79

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

Shades of Finn #6D424F

Tints of Finn #6D424F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

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

R = 42.91%
G = 25.98%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D424F (or 0x6D424F) is known color: Finn. HEX triplet: 6D, 42 and 4F. RGB value is (109,66,79). Sum of RGB (Red+Green+Blue) = 109+66+79=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 109 - color contains mainly: red. Hex color #6D424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D424F is #92BDB0. Grayscale: #505050. Windows color (decimal): -9616817 or 5194349. OLE color: 5194349.

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

Color convert

RGB 109 66 79 -
CMYK 0 0.39 0.28 0.57
HSL 341.86º 0.25% 0.34% -
HSV(B) 341.86º 0.39% 0.43% -
XYZ 9.67 7.71 8.38 -
YUV 80.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 109 66 79 0 0.39 0.28 0.57 341.86 0.25 0.34
Hex 6D 42 4F 0 27 1C 39 156 19 22
Octal 155 102 117 0 47 34 71 526 31 42
Binary 1101101 1000010 1001111 0 100111 11100 111001 101010110 11001 100010

Color Harmonies of #6D424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D424F

Black with #6D424F

Text Example


Text Example

White with #6D424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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