#6D0E0C

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

Shades of Falu Red #6D0E0C

Tints of Falu Red #6D0E0C

Color information

#6D0E0C (or 0x6D0E0C) is unknown color: approx Falu Red. HEX triplet: 6D, 0E and 0C. RGB value is (109,14,12). Sum of RGB (Red+Green+Blue) = 109+14+12=135 (17% of max value = 765). Red value is 109 (42.97% from 255 or 80.74% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0E0C is #92F1F3. Grayscale: #2A2A2A. Windows color (decimal): -9630196 or 790125. OLE color: 790125.

HSL color Cylindrical-coordinate representation of color #6D0E0C: hue angle of 1.24º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0E0C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB1091412-
CMYK00.870.890.57
HSL1.24º80.17%23.73%-
HSV(B)1.24º88.99%42.75%-
XYZ6.533.590.7-
YUV42.18110.97175.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 80.74%
GREEN value IS 14 (5.86% from 255) = 10.37%
BLUE value IS 12 (5.08% from 255) = 8.89%
R=80.74%
G=10.37%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109141200.870.890.571.2480.1723.73
Hex6DEC057593915018
Octal1551614012713171112030
Binary1101101111011000101011110110011110011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,14,12); }

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

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

 a { background-color: rgb(109,14,12); }

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

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

 span { border-color: rgb(109,14,12); }

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