Html Css Color HEX #6E1109 Falu Red

📋 copy color: '#6E1109'

red 110 ◦ green 17 ◦ blue 9

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

Shades of Falu Red #6E1109

Tints of Falu Red #6E1109

RGB

 RED value IS 110 (43.36% from 255) = 80.88%

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

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

R = 80.88%
G = 12.5%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.57

RGB Variations

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

Color information

#6E1109 (or 0x6E1109) is known color: Falu Red. HEX triplet: 6E, 11 and 09. RGB value is (110,17,9). Sum of RGB (Red+Green+Blue) = 110+17+9=136 (18% of max value = 765). Red value is 110 (43.36% from 255 or 80.88% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1109 is #91EEF6. Grayscale: #2C2C2C. Windows color (decimal): -9563895 or 594286. OLE color: 594286.

HSL color Cylindrical-coordinate representation of color #6E1109: hue angle of 4.75º 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 #6E1109 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 17 9 -
CMYK 0 0.85 0.92 0.57
HSL 4.75º 0.85% 0.23% -
HSV(B) 4.75º 0.92% 0.43% -
XYZ 6.68 3.74 0.63 -
YUV 43.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 110 17 9 0 0.85 0.92 0.57 4.75 0.85 0.23
Hex 6E 11 9 0 55 5C 39 5 55 17
Octal 156 21 11 0 125 134 71 5 125 27
Binary 1101110 10001 1001 0 1010101 1011100 111001 101 1010101 10111

Color Harmonies of #6E1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1109

Black with #6E1109

Text Example


Text Example

White with #6E1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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