#6E1E07

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

Shades of Falu Red #6E1E07

Tints of Falu Red #6E1E07

Color information

#6E1E07 (or 0x6E1E07) is unknown color: approx Falu Red. HEX triplet: 6E, 1E and 07. RGB value is (110,30,7). Sum of RGB (Red+Green+Blue) = 110+30+7=147 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.83% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6E1E07 is #91E1F8. Grayscale: #333333. Windows color (decimal): -9560569 or 466542. OLE color: 466542.

HSL color Cylindrical-coordinate representation of color #6E1E07: hue angle of 13.4º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E1E07 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB110307-
CMYK00.730.940.57
HSL13.4º88.03%22.94%-
HSV(B)13.4º93.64%43.14%-
XYZ6.934.260.66-
YUV51.3103169.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 74.83%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=74.83%
G=20.41%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11030700.730.940.5713.488.0322.94
Hex6E1E70495E39d5817
Octal1563670111136711513027
Binary1101110111101110100100110111101110011101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,30,7); }

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

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

 a { background-color: rgb(110,30,7); }

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

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

 span { border-color: rgb(110,30,7); }

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