Html Css Color HEX #6D1111 Falu Red

📋 copy color: '#6D1111'

red 109 ◦ green 17 ◦ blue 17

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

Shades of Falu Red #6D1111

Tints of Falu Red #6D1111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 76.22%
G = 11.89%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6D1111 (or 0x6D1111) is known color: Falu Red. HEX triplet: 6D, 11 and 11. RGB value is (109,17,17). Sum of RGB (Red+Green+Blue) = 109+17+17=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1111 is #92EEEE. Grayscale: #2C2C2C. Windows color (decimal): -9629423 or 1118573. OLE color: 1118573.

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

Color convert

RGB 109 17 17 -
CMYK 0 0.84 0.84 0.57
HSL 0.73% 0.25% -
HSV(B) 0.84% 0.43% -
XYZ 6.61 3.69 0.89 -
YUV 44.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 109 17 17 0 0.84 0.84 0.57 0 0.73 0.25
Hex 6D 11 11 0 54 54 39 0 49 19
Octal 155 21 21 0 124 124 71 0 111 31
Binary 1101101 10001 10001 0 1010100 1010100 111001 0 1001001 11001

Color Harmonies of #6D1111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1111

Black with #6D1111

Text Example


Text Example

White with #6D1111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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