#6D1710

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

Shades of Falu Red #6D1710

Tints of Falu Red #6D1710

Color information

#6D1710 (or 0x6D1710) is unknown color: approx Falu Red. HEX triplet: 6D, 17 and 10. RGB value is (109,23,16). Sum of RGB (Red+Green+Blue) = 109+23+16=148 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.65% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1710 is #92E8EF. Grayscale: #303030. Windows color (decimal): -9627888 or 1054573. OLE color: 1054573.

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

Color convert

RGB1092316-
CMYK00.790.850.57
HSL4.52º74.4%24.51%-
HSV(B)4.52º85.32%42.75%-
XYZ6.713.90.89-
YUV47.92109.99171.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 73.65%
GREEN value IS 23 (9.38% from 255) = 15.54%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=73.65%
G=15.54%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109231600.790.850.574.5274.424.51
Hex6D171004F553954a19
Octal1552720011712571511231
Binary11011011011110000010011111010101111001101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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