Html Css Color HEX #6D190F Falu Red

📋 copy color: '#6D190F'

red 109 ◦ green 25 ◦ blue 15

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

Shades of Falu Red #6D190F

Tints of Falu Red #6D190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 73.15%
G = 16.78%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#6D190F (or 0x6D190F) is known color: Falu Red. HEX triplet: 6D, 19 and 0F. RGB value is (109,25,15). Sum of RGB (Red+Green+Blue) = 109+25+15=149 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.15% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 109 - color contains mainly: red. Hex color #6D190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D190F is #92E6F0. Grayscale: #313131. Windows color (decimal): -9627377 or 989549. OLE color: 989549.

HSL color Cylindrical-coordinate representation of color #6D190F: hue angle of 6.38º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D190F is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 25 15 -
CMYK 0 0.77 0.86 0.57
HSL 6.38º 0.76% 0.24% -
HSV(B) 6.38º 0.86% 0.43% -
XYZ 6.74 3.98 0.87 -
YUV 48.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 109 25 15 0 0.77 0.86 0.57 6.38 0.76 0.24
Hex 6D 19 F 0 4D 56 39 6 4C 18
Octal 155 31 17 0 115 126 71 6 114 30
Binary 1101101 11001 1111 0 1001101 1010110 111001 110 1001100 11000

Color Harmonies of #6D190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D190F

Black with #6D190F

Text Example


Text Example

White with #6D190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,25,15); }

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

background-color css

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

 a { background-color: rgb(109,25,15); }

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

border-color css

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

 span { border-color: rgb(109,25,15); }

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