#6D1711

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

Shades of Falu Red #6D1711

Tints of Falu Red #6D1711

Color information

#6D1711 (or 0x6D1711) is unknown color: approx Falu Red. HEX triplet: 6D, 17 and 11. RGB value is (109,23,17). Sum of RGB (Red+Green+Blue) = 109+23+17=149 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.15% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1711 is #92E8EE. Grayscale: #303030. Windows color (decimal): -9627887 or 1120109. OLE color: 1120109.

HSL color Cylindrical-coordinate representation of color #6D1711: hue angle of 3.91º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1711 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB1092317-
CMYK00.790.840.57
HSL3.91º73.02%24.71%-
HSV(B)3.91º84.4%42.75%-
XYZ6.713.90.93-
YUV48.03110.49171.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 73.15%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=73.15%
G=15.44%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109231700.790.840.573.9173.0224.71
Hex6D171104F543944919
Octal1552721011712471411131
Binary11011011011110001010011111010100111001100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,23,17); }

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

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

 a { background-color: rgb(109,23,17); }

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

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

 span { border-color: rgb(109,23,17); }

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