#6D100C

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

Shades of Falu Red #6D100C

Tints of Falu Red #6D100C

Color information

#6D100C (or 0x6D100C) is unknown color: approx Falu Red. HEX triplet: 6D, 10 and 0C. RGB value is (109,16,12). Sum of RGB (Red+Green+Blue) = 109+16+12=137 (18% of max value = 765). Red value is 109 (42.97% from 255 or 79.56% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 109 - color contains mainly: red. Hex color #6D100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D100C is #92EFF3. Grayscale: #2B2B2B. Windows color (decimal): -9629684 or 790637. OLE color: 790637.

HSL color Cylindrical-coordinate representation of color #6D100C: hue angle of 2.47º 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 #6D100C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB1091612-
CMYK00.850.890.57
HSL2.47º80.17%23.73%-
HSV(B)2.47º88.99%42.75%-
XYZ6.563.650.71-
YUV43.35110.31174.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 79.56%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=79.56%
G=11.68%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109161200.850.890.572.4780.1723.73
Hex6D10C055593925018
Octal1552014012513171212030
Binary110110110000110001010101101100111100110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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