#6F1902

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

Shades of Falu Red #6F1902

Tints of Falu Red #6F1902

Color information

#6F1902 (or 0x6F1902) is unknown color: approx Falu Red. HEX triplet: 6F, 19 and 02. RGB value is (111,25,2). Sum of RGB (Red+Green+Blue) = 111+25+2=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1902 is #90E6FD. Grayscale: #303030. Windows color (decimal): -9496318 or 137583. OLE color: 137583.

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

Color convert

RGB111252-
CMYK00.770.980.56
HSL12.66º96.46%22.16%-
HSV(B)12.66º98.2%43.53%-
XYZ6.914.080.48-
YUV48.09101.99172.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 80.43%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=80.43%
G=18.12%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11125200.770.980.5612.6696.4622.16
Hex6F19204D6238d6016
Octal1573120115142701514026
Binary110111111001100100110111000101110001101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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