#6F1512

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

Shades of Falu Red #6F1512

Tints of Falu Red #6F1512

Color information

#6F1512 (or 0x6F1512) is unknown color: approx Falu Red. HEX triplet: 6F, 15 and 12. RGB value is (111,21,18). Sum of RGB (Red+Green+Blue) = 111+21+18=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1512 is #90EAED. Grayscale: #2F2F2F. Windows color (decimal): -9497326 or 1185135. OLE color: 1185135.

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

Color convert

RGB1112118-
CMYK00.810.840.56
HSL1.94º72.09%25.29%-
HSV(B)1.94º83.78%43.53%-
XYZ6.933.960.97-
YUV47.57111.32173.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 74%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 18 (7.42% from 255) = 12%
R=74%
G=14%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111211800.810.840.561.9472.0925.29
Hex6F1512051543824819
Octal1572522012112470211031
Binary1101111101011001001010001101010011100010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,21,18); }

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

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

 a { background-color: rgb(111,21,18); }

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

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

 span { border-color: rgb(111,21,18); }

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