#6F1614

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

Shades of Falu Red #6F1614

Tints of Falu Red #6F1614

Color information

#6F1614 (or 0x6F1614) is unknown color: approx Falu Red. HEX triplet: 6F, 16 and 14. RGB value is (111,22,20). Sum of RGB (Red+Green+Blue) = 111+22+20=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1614 is #90E9EB. Grayscale: #303030. Windows color (decimal): -9497068 or 1316463. OLE color: 1316463.

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

Color convert

RGB1112220-
CMYK00.800.820.56
HSL1.32º69.47%25.69%-
HSV(B)1.32º81.98%43.53%-
XYZ6.9741.07-
YUV48.38111.99172.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.55%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 20 (8.20% from 255) = 13.07%
R=72.55%
G=14.38%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111222000.800.820.561.3269.4725.69
Hex6F161405052381451a
Octal1572624012012270110532
Binary110111110110101000101000010100101110001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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