#6F140F

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

Shades of Falu Red #6F140F

Tints of Falu Red #6F140F

Color information

#6F140F (or 0x6F140F) is unknown color: approx Falu Red. HEX triplet: 6F, 14 and 0F. RGB value is (111,20,15). Sum of RGB (Red+Green+Blue) = 111+20+15=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F140F is #90EBF0. Grayscale: #2E2E2E. Windows color (decimal): -9497585 or 988271. OLE color: 988271.

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

Color convert

RGB1112015-
CMYK00.820.860.56
HSL3.13º76.19%24.71%-
HSV(B)3.13º86.49%43.53%-
XYZ6.893.910.84-
YUV46.64110.15173.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 76.03%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 15 (6.25% from 255) = 10.27%
R=76.03%
G=13.70%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111201500.820.860.563.1376.1924.71
Hex6F14F052563834c19
Octal1572417012212670311431
Binary110111110100111101010010101011011100011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,20,15); }

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

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

 a { background-color: rgb(111,20,15); }

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

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

 span { border-color: rgb(111,20,15); }

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