#6D1108

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

Shades of Falu Red #6D1108

Tints of Falu Red #6D1108

Color information

#6D1108 (or 0x6D1108) is unknown color: approx Falu Red. HEX triplet: 6D, 11 and 08. RGB value is (109,17,8). Sum of RGB (Red+Green+Blue) = 109+17+8=134 (17% of max value = 765). Red value is 109 (42.97% from 255 or 81.34% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1108 is #92EEF7. Grayscale: #2B2B2B. Windows color (decimal): -9629432 or 528749. OLE color: 528749.

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

Color convert

RGB109178-
CMYK00.840.930.57
HSL5.35º86.32%22.94%-
HSV(B)5.35º92.66%42.75%-
XYZ6.553.670.59-
YUV43.48107.98174.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 81.34%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 8 (3.52% from 255) = 5.97%
R=81.34%
G=12.69%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10917800.840.930.575.3586.3222.94
Hex6D1180545D3955617
Octal1552110012413571512627
Binary1101101100011000010101001011101111001101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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