#6F1A01

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

Shades of Falu Red #6F1A01

Tints of Falu Red #6F1A01

Color information

#6F1A01 (or 0x6F1A01) is unknown color: approx Falu Red. HEX triplet: 6F, 1A and 01. RGB value is (111,26,1). Sum of RGB (Red+Green+Blue) = 111+26+1=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1A01 is #90E5FE. Grayscale: #303030. Windows color (decimal): -9496063 or 72303. OLE color: 72303.

HSL color Cylindrical-coordinate representation of color #6F1A01: hue angle of 13.64º 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 #6F1A01 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB111261-
CMYK00.770.990.56
HSL13.64º98.21%21.96%-
HSV(B)13.64º99.1%43.53%-
XYZ6.934.120.46-
YUV48.56101.16172.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 80.43%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=80.43%
G=18.84%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11126100.770.990.5613.6498.2121.96
Hex6F1A104D6338e6216
Octal1573210115143701614226
Binary11011111101010100110111000111110001110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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