#6D1A01

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

Shades of Falu Red #6D1A01

Tints of Falu Red #6D1A01

Color information

#6D1A01 (or 0x6D1A01) is unknown color: approx Falu Red. HEX triplet: 6D, 1A and 01. RGB value is (109,26,1). Sum of RGB (Red+Green+Blue) = 109+26+1=136 (18% of max value = 765). Red value is 109 (42.97% from 255 or 80.15% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1A01 is #92E5FE. Grayscale: #303030. Windows color (decimal): -9627135 or 72301. OLE color: 72301.

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

Color convert

RGB109261-
CMYK00.760.990.57
HSL13.89º98.18%21.57%-
HSV(B)13.89º99.08%42.75%-
XYZ6.683.990.45-
YUV47.97101.5171.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 80.15%
GREEN value IS 26 (10.55% from 255) = 19.12%
BLUE value IS 1 (0.78% from 255) = 0.74%
R=80.15%
G=19.12%
B=0.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10926100.760.990.5713.8998.1821.57
Hex6D1A104C6339e6216
Octal1553210114143711614226
Binary11011011101010100110011000111110011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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