#6F130E

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

Shades of Falu Red #6F130E

Tints of Falu Red #6F130E

Color information

#6F130E (or 0x6F130E) is unknown color: approx Falu Red. HEX triplet: 6F, 13 and 0E. RGB value is (111,19,14). Sum of RGB (Red+Green+Blue) = 111+19+14=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F130E is #90ECF1. Grayscale: #2E2E2E. Windows color (decimal): -9497842 or 922479. OLE color: 922479.

HSL color Cylindrical-coordinate representation of color #6F130E: hue angle of 3.09º 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 #6F130E is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1111914-
CMYK00.830.870.56
HSL3.09º77.6%24.51%-
HSV(B)3.09º87.39%43.53%-
XYZ6.873.880.8-
YUV45.94109.98174.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 77.08%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 14 (5.86% from 255) = 9.72%
R=77.08%
G=13.19%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111191400.830.870.563.0977.624.51
Hex6F13E053573834e19
Octal1572316012312770311631
Binary110111110011111001010011101011111100011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F130E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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