#6F1807

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

Shades of Falu Red #6F1807

Tints of Falu Red #6F1807

Color information

#6F1807 (or 0x6F1807) is unknown color: approx Falu Red. HEX triplet: 6F, 18 and 07. RGB value is (111,24,7). Sum of RGB (Red+Green+Blue) = 111+24+7=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1807 is #90E7F8. Grayscale: #303030. Windows color (decimal): -9496569 or 465007. OLE color: 465007.

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

Color convert

RGB111247-
CMYK00.780.940.56
HSL9.81º88.14%23.14%-
HSV(B)9.81º93.69%43.53%-
XYZ6.924.050.62-
YUV48.08104.82172.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 78.17%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 7 (3.12% from 255) = 4.93%
R=78.17%
G=16.90%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11124700.780.940.569.8188.1423.14
Hex6F18704E5E38a5817
Octal1573070116136701213027
Binary1101111110001110100111010111101110001010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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