Html Css Color HEX #6D110D Falu Red

📋 copy color: '#6D110D'

red 109 ◦ green 17 ◦ blue 13

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

Shades of Falu Red #6D110D

Tints of Falu Red #6D110D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.35%

R = 78.42%
G = 12.23%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#6D110D (or 0x6D110D) is known color: Falu Red. HEX triplet: 6D, 11 and 0D. RGB value is (109,17,13). Sum of RGB (Red+Green+Blue) = 109+17+13=139 (18% of max value = 765). Red value is 109 (42.97% from 255 or 78.42% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 109 - color contains mainly: red. Hex color #6D110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D110D is #92EEF2. Grayscale: #2C2C2C. Windows color (decimal): -9629427 or 856429. OLE color: 856429.

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

Color convert

RGB 109 17 13 -
CMYK 0 0.84 0.88 0.57
HSL 2.5º 0.79% 0.24% -
HSV(B) 2.5º 0.88% 0.43% -
XYZ 6.58 3.68 0.74 -
YUV 44.05 110.48 174.33 -
System Red Green Blue C M Y K H S L
Decimal 109 17 13 0 0.84 0.88 0.57 2.5 0.79 0.24
Hex 6D 11 D 0 54 58 39 2 4F 18
Octal 155 21 15 0 124 130 71 2 117 30
Binary 1101101 10001 1101 0 1010100 1011000 111001 10 1001111 11000

Color Harmonies of #6D110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D110D

Black with #6D110D

Text Example


Text Example

White with #6D110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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