#6D1815

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

Shades of Falu Red #6D1815

Tints of Falu Red #6D1815

Color information

#6D1815 (or 0x6D1815) is unknown color: approx Falu Red. HEX triplet: 6D, 18 and 15. RGB value is (109,24,21). Sum of RGB (Red+Green+Blue) = 109+24+21=154 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.78% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1815 is #92E7EA. Grayscale: #313131. Windows color (decimal): -9627627 or 1382509. OLE color: 1382509.

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

Color convert

RGB1092421-
CMYK00.780.810.57
HSL2.05º67.69%25.49%-
HSV(B)2.05º80.73%42.75%-
XYZ6.773.961.12-
YUV49.07112.16170.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 70.78%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 21 (8.59% from 255) = 13.64%
R=70.78%
G=15.58%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109242100.780.810.572.0567.6925.49
Hex6D181504E513924419
Octal1553025011612171210431
Binary1101101110001010101001110101000111100110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,24,21); }

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

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

 a { background-color: rgb(109,24,21); }

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

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

 span { border-color: rgb(109,24,21); }

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