#6F110E

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

Shades of Falu Red #6F110E

Tints of Falu Red #6F110E

Color information

#6F110E (or 0x6F110E) is unknown color: approx Falu Red. HEX triplet: 6F, 11 and 0E. RGB value is (111,17,14). Sum of RGB (Red+Green+Blue) = 111+17+14=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F110E is #90EEF1. Grayscale: #2C2C2C. Windows color (decimal): -9498354 or 921967. OLE color: 921967.

HSL color Cylindrical-coordinate representation of color #6F110E: hue angle of 1.86º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F110E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1111714-
CMYK00.850.870.56
HSL1.86º77.6%24.51%-
HSV(B)1.86º87.39%43.53%-
XYZ6.843.810.79-
YUV44.76110.64175.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 78.17%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=78.17%
G=11.97%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111171400.850.870.561.8677.624.51
Hex6F11E055573824e19
Octal1572116012512770211631
Binary110111110001111001010101101011111100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,14); }

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

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

 a { background-color: rgb(111,17,14); }

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

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

 span { border-color: rgb(111,17,14); }

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