#6E180D

Color #6E180D Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #6E180D

Tints of Falu Red #6E180D

Color information

#6E180D (or 0x6E180D) is unknown color: approx Falu Red. HEX triplet: 6E, 18 and 0D. RGB value is (110,24,13). Sum of RGB (Red+Green+Blue) = 110+24+13=147 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.83% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 110 - color contains mainly: red. Hex color #6E180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E180D is #91E7F2. Grayscale: #303030. Windows color (decimal): -9562099 or 858222. OLE color: 858222.

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

Color convert

RGB1102413-
CMYK00.780.880.57
HSL6.8º78.86%24.12%-
HSV(B)6.8º88.18%43.14%-
XYZ6.8340.79-
YUV48.46107.99171.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 74.83%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 13 (5.47% from 255) = 8.84%
R=74.83%
G=16.33%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110241300.780.880.576.878.8624.12
Hex6E18D04E583974f18
Octal1563015011613071711730
Binary1101110110001101010011101011000111001111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,24,13); }

 H1.HeaderClassName
 {
   color: #6E180D;
 }
 .AnyTagClassName
 {
   color: #6E180D;
 }
</style>
background-color css

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

 a { background-color: rgb(110,24,13); }

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

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

 span { border-color: rgb(110,24,13); }

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