#6F1707

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

Shades of Falu Red #6F1707

Tints of Falu Red #6F1707

Color information

#6F1707 (or 0x6F1707) is unknown color: approx Falu Red. HEX triplet: 6F, 17 and 07. RGB value is (111,23,7). Sum of RGB (Red+Green+Blue) = 111+23+7=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1707 is #90E8F8. Grayscale: #2F2F2F. Windows color (decimal): -9496825 or 464751. OLE color: 464751.

HSL color Cylindrical-coordinate representation of color #6F1707: hue angle of 9.23º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F1707 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB111237-
CMYK00.790.940.56
HSL9.23º88.14%23.14%-
HSV(B)9.23º93.69%43.53%-
XYZ6.94.010.61-
YUV47.49105.15173.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 78.72%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=78.72%
G=16.31%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11123700.790.940.569.2388.1423.14
Hex6F17704F5E3895817
Octal1572770117136701113027
Binary1101111101111110100111110111101110001001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,23,7); }

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

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

 a { background-color: rgb(111,23,7); }

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

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

 span { border-color: rgb(111,23,7); }

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