#6D1405

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

Shades of Falu Red #6D1405

Tints of Falu Red #6D1405

Color information

#6D1405 (or 0x6D1405) is unknown color: approx Falu Red. HEX triplet: 6D, 14 and 05. RGB value is (109,20,5). Sum of RGB (Red+Green+Blue) = 109+20+5=134 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.34% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1405 is #92EBFA. Grayscale: #2D2D2D. Windows color (decimal): -9628667 or 332909. OLE color: 332909.

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

Color convert

RGB109205-
CMYK00.820.950.57
HSL8.65º91.23%22.35%-
HSV(B)8.65º95.41%42.75%-
XYZ6.583.760.52-
YUV44.9105.49173.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 81.34%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 5 (2.34% from 255) = 3.73%
R=81.34%
G=14.93%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10920500.820.950.578.6591.2322.35
Hex6D1450525F3995b16
Octal1552450122137711113326
Binary1101101101001010101001010111111110011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,20,5); }

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

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

 a { background-color: rgb(109,20,5); }

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

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

 span { border-color: rgb(109,20,5); }

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