#6D160C

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

Shades of Falu Red #6D160C

Tints of Falu Red #6D160C

Color information

#6D160C (or 0x6D160C) is unknown color: approx Falu Red. HEX triplet: 6D, 16 and 0C. RGB value is (109,22,12). Sum of RGB (Red+Green+Blue) = 109+22+12=143 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.22% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 109 - color contains mainly: red. Hex color #6D160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D160C is #92E9F3. Grayscale: #2E2E2E. Windows color (decimal): -9628148 or 792173. OLE color: 792173.

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

Color convert

RGB1092212-
CMYK00.800.890.57
HSL6.19º80.17%23.73%-
HSV(B)6.19º88.99%42.75%-
XYZ6.663.850.74-
YUV46.87108.32172.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 76.22%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 12 (5.08% from 255) = 8.39%
R=76.22%
G=15.38%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109221200.800.890.576.1980.1723.73
Hex6D16C050593965018
Octal1552614012013171612030
Binary1101101101101100010100001011001111001110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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