Html Css Color HEX #6E110C Falu Red

📋 copy color: '#6E110C'

red 110 ◦ green 17 ◦ blue 12

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

Shades of Falu Red #6E110C

Tints of Falu Red #6E110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.63%

R = 79.14%
G = 12.23%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6E110C (or 0x6E110C) is known color: Falu Red. HEX triplet: 6E, 11 and 0C. RGB value is (110,17,12). Sum of RGB (Red+Green+Blue) = 110+17+12=139 (18% of max value = 765). Red value is 110 (43.36% from 255 or 79.14% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 110 - color contains mainly: red. Hex color #6E110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E110C is #91EEF3. Grayscale: #2C2C2C. Windows color (decimal): -9563892 or 790894. OLE color: 790894.

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

Color convert

RGB 110 17 12 -
CMYK 0 0.85 0.89 0.57
HSL 3.06º 0.8% 0.24% -
HSV(B) 3.06º 0.89% 0.43% -
XYZ 6.7 3.74 0.72 -
YUV 44.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 110 17 12 0 0.85 0.89 0.57 3.06 0.8 0.24
Hex 6E 11 C 0 55 59 39 3 50 18
Octal 156 21 14 0 125 131 71 3 120 30
Binary 1101110 10001 1100 0 1010101 1011001 111001 11 1010000 11000

Color Harmonies of #6E110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E110C

Black with #6E110C

Text Example


Text Example

White with #6E110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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