#6F1E01

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

Shades of Falu Red #6F1E01

Tints of Falu Red #6F1E01

Color information

#6F1E01 (or 0x6F1E01) is unknown color: approx Falu Red. HEX triplet: 6F, 1E and 01. RGB value is (111,30,1). Sum of RGB (Red+Green+Blue) = 111+30+1=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1E01 is #90E1FE. Grayscale: #333333. Windows color (decimal): -9495039 or 73327. OLE color: 73327.

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

Color convert

RGB111301-
CMYK00.730.990.56
HSL15.82º98.21%21.96%-
HSV(B)15.82º99.1%43.53%-
XYZ7.034.310.49-
YUV50.9199.84170.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 78.17%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=78.17%
G=21.13%
B=0.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11130100.730.990.5615.8298.2121.96
Hex6F1E10496338106216
Octal1573610111143702014226
Binary110111111110101001001110001111100010000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,30,1); }

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

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

 a { background-color: rgb(111,30,1); }

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

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

 span { border-color: rgb(111,30,1); }

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