#6E180B

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

Shades of Falu Red #6E180B

Tints of Falu Red #6E180B

Color information

#6E180B (or 0x6E180B) is unknown color: approx Falu Red. HEX triplet: 6E, 18 and 0B. RGB value is (110,24,11). Sum of RGB (Red+Green+Blue) = 110+24+11=145 (19% of max value = 765). Red value is 110 (43.36% from 255 or 75.86% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 11 (4.69% from 255 or 7.59% from 145); Max value from RGB is 110 - color contains mainly: red. Hex color #6E180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E180B is #91E7F4. Grayscale: #303030. Windows color (decimal): -9562101 or 727150. OLE color: 727150.

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

Color convert

RGB1102411-
CMYK00.780.90.57
HSL7.88º81.82%23.73%-
HSV(B)7.88º90%43.14%-
XYZ6.823.990.73-
YUV48.23106.99172.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 75.86%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 11 (4.69% from 255) = 7.59%
R=75.86%
G=16.55%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.9
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110241100.780.90.577.8881.8223.73
Hex6E18B04E5A3985218
Octal15630130116132711012230
Binary11011101100010110100111010110101110011000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,24,11); }

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

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

 a { background-color: rgb(110,24,11); }

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

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

 span { border-color: rgb(110,24,11); }

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