#6E1817

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

Shades of Falu Red #6E1817

Tints of Falu Red #6E1817

Color information

#6E1817 (or 0x6E1817) is unknown color: approx Falu Red. HEX triplet: 6E, 18 and 17. RGB value is (110,24,23). Sum of RGB (Red+Green+Blue) = 110+24+23=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1817 is #91E7E8. Grayscale: #313131. Windows color (decimal): -9562089 or 1513582. OLE color: 1513582.

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

Color convert

RGB1102423-
CMYK00.780.790.57
HSL0.69º65.41%26.08%-
HSV(B)0.69º79.09%43.14%-
XYZ6.914.031.22-
YUV49.6112.99171.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 70.06%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 23 (9.38% from 255) = 14.65%
R=70.06%
G=15.29%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110242300.780.790.570.6965.4126.08
Hex6E181704E4F391411a
Octal1563027011611771110132
Binary110111011000101110100111010011111110011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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