#6E1901

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

Shades of Falu Red #6E1901

Tints of Falu Red #6E1901

Color information

#6E1901 (or 0x6E1901) is unknown color: approx Falu Red. HEX triplet: 6E, 19 and 01. RGB value is (110,25,1). Sum of RGB (Red+Green+Blue) = 110+25+1=136 (18% of max value = 765). Red value is 110 (43.36% from 255 or 80.88% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1901 is #91E6FE. Grayscale: #2F2F2F. Windows color (decimal): -9561855 or 72046. OLE color: 72046.

HSL color Cylindrical-coordinate representation of color #6E1901: hue angle of 13.21º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E1901 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB110251-
CMYK00.770.990.57
HSL13.21º98.2%21.76%-
HSV(B)13.21º99.09%43.14%-
XYZ6.784.010.45-
YUV47.68101.66172.45-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 80.88%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=80.88%
G=18.38%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11025100.770.990.5713.2198.221.76
Hex6E19104D6339d6216
Octal1563110115143711514226
Binary11011101100110100110111000111110011101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,25,1); }

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

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

 a { background-color: rgb(110,25,1); }

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

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

 span { border-color: rgb(110,25,1); }

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