#6F1903

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

Shades of Falu Red #6F1903

Tints of Falu Red #6F1903

Color information

#6F1903 (or 0x6F1903) is unknown color: approx Falu Red. HEX triplet: 6F, 19 and 03. RGB value is (111,25,3). Sum of RGB (Red+Green+Blue) = 111+25+3=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1903 is #90E6FC. Grayscale: #303030. Windows color (decimal): -9496317 or 203119. OLE color: 203119.

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

Color convert

RGB111253-
CMYK00.770.970.56
HSL12.22º94.74%22.35%-
HSV(B)12.22º97.3%43.53%-
XYZ6.924.080.51-
YUV48.21102.49172.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 79.86%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=79.86%
G=17.99%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11125300.770.970.5612.2294.7422.35
Hex6F19304D6138c5f16
Octal1573130115141701413726
Binary110111111001110100110111000011110001100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,25,3); }

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

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

 a { background-color: rgb(111,25,3); }

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

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

 span { border-color: rgb(111,25,3); }

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