#6F1F0E

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

Shades of Falu Red #6F1F0E

Tints of Falu Red #6F1F0E

Color information

#6F1F0E (or 0x6F1F0E) is unknown color: approx Falu Red. HEX triplet: 6F, 1F and 0E. RGB value is (111,31,14). Sum of RGB (Red+Green+Blue) = 111+31+14=156 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.15% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1F0E is #90E0F1. Grayscale: #353535. Windows color (decimal): -9494770 or 925551. OLE color: 925551.

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

Color convert

RGB1113114-
CMYK00.720.870.56
HSL10.52º77.6%24.51%-
HSV(B)10.52º87.39%43.53%-
XYZ7.124.390.89-
YUV52.98106169.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.15%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 14 (5.86% from 255) = 8.97%
R=71.15%
G=19.87%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111311400.720.870.5610.5277.624.51
Hex6F1FE0485738b4e19
Octal15737160110127701311631
Binary11011111111111100100100010101111110001011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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