#6F1F12

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

Shades of Falu Red #6F1F12

Tints of Falu Red #6F1F12

Color information

#6F1F12 (or 0x6F1F12) is unknown color: approx Falu Red. HEX triplet: 6F, 1F and 12. RGB value is (111,31,18). Sum of RGB (Red+Green+Blue) = 111+31+18=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1F12 is #90E0ED. Grayscale: #353535. Windows color (decimal): -9494766 or 1187695. OLE color: 1187695.

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

Color convert

RGB1113118-
CMYK00.720.840.56
HSL8.39º72.09%25.29%-
HSV(B)8.39º83.78%43.53%-
XYZ7.154.41.05-
YUV53.44108169.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 69.38%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=69.38%
G=19.38%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111311800.720.840.568.3972.0925.29
Hex6F1F12048543884819
Octal15737220110124701011031
Binary110111111111100100100100010101001110001000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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