#6D110A

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

Shades of Falu Red #6D110A

Tints of Falu Red #6D110A

Color information

#6D110A (or 0x6D110A) is unknown color: approx Falu Red. HEX triplet: 6D, 11 and 0A. RGB value is (109,17,10). Sum of RGB (Red+Green+Blue) = 109+17+10=136 (18% of max value = 765). Red value is 109 (42.97% from 255 or 80.15% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 109 - color contains mainly: red. Hex color #6D110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D110A is #92EEF5. Grayscale: #2B2B2B. Windows color (decimal): -9629430 or 659821. OLE color: 659821.

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

Color convert

RGB1091710-
CMYK00.840.910.57
HSL4.24º83.19%23.33%-
HSV(B)4.24º90.83%42.75%-
XYZ6.563.670.65-
YUV43.71108.98174.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 80.15%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=80.15%
G=12.5%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109171000.840.910.574.2483.1923.33
Hex6D11A0545B3945317
Octal1552112012413371412327
Binary1101101100011010010101001011011111001100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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