Html Css Color HEX #6D190E Falu Red

📋 copy color: '#6D190E'

red 109 ◦ green 25 ◦ blue 14

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

Shades of Falu Red #6D190E

Tints of Falu Red #6D190E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.46%

R = 73.65%
G = 16.89%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.57

RGB Variations

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

Color information

#6D190E (or 0x6D190E) is known color: Falu Red. HEX triplet: 6D, 19 and 0E. RGB value is (109,25,14). Sum of RGB (Red+Green+Blue) = 109+25+14=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D190E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D190E is #92E6F1. Grayscale: #303030. Windows color (decimal): -9627378 or 924013. OLE color: 924013.

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

Color convert

RGB 109 25 14 -
CMYK 0 0.77 0.87 0.57
HSL 6.95º 0.77% 0.24% -
HSV(B) 6.95º 0.87% 0.43% -
XYZ 6.73 3.98 0.83 -
YUV 48.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 109 25 14 0 0.77 0.87 0.57 6.95 0.77 0.24
Hex 6D 19 E 0 4D 57 39 7 4D 18
Octal 155 31 16 0 115 127 71 7 115 30
Binary 1101101 11001 1110 0 1001101 1010111 111001 111 1001101 11000

Color Harmonies of #6D190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D190E

Black with #6D190E

Text Example


Text Example

White with #6D190E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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