Html Css Color HEX #6D1109 Falu Red

📋 copy color: '#6D1109'

red 109 ◦ green 17 ◦ blue 9

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

Shades of Falu Red #6D1109

Tints of Falu Red #6D1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

 BLUE value IS 9 (3.91% from 255) = 6.67%

R = 80.74%
G = 12.59%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.57

RGB Variations

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

Color information

#6D1109 (or 0x6D1109) is known color: Falu Red. HEX triplet: 6D, 11 and 09. RGB value is (109,17,9). Sum of RGB (Red+Green+Blue) = 109+17+9=135 (17% of max value = 765). Red value is 109 (42.97% from 255 or 80.74% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1109 is #92EEF6. Grayscale: #2B2B2B. Windows color (decimal): -9629431 or 594285. OLE color: 594285.

HSL color Cylindrical-coordinate representation of color #6D1109: hue angle of 4.8º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D1109 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 17 9 -
CMYK 0 0.84 0.92 0.57
HSL 4.8º 0.85% 0.23% -
HSV(B) 4.8º 0.92% 0.43% -
XYZ 6.56 3.67 0.62 -
YUV 43.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 109 17 9 0 0.84 0.92 0.57 4.8 0.85 0.23
Hex 6D 11 9 0 54 5C 39 5 55 17
Octal 155 21 11 0 124 134 71 5 125 27
Binary 1101101 10001 1001 0 1010100 1011100 111001 101 1010101 10111

Color Harmonies of #6D1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1109

Black with #6D1109

Text Example


Text Example

White with #6D1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,17,9); }

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

background-color css

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

 a { background-color: rgb(109,17,9); }

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

border-color css

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

 span { border-color: rgb(109,17,9); }

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