#6F1D04

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

Shades of Falu Red #6F1D04

Tints of Falu Red #6F1D04

Color information

#6F1D04 (or 0x6F1D04) is unknown color: approx Falu Red. HEX triplet: 6F, 1D and 04. RGB value is (111,29,4). Sum of RGB (Red+Green+Blue) = 111+29+4=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1D04 is #90E2FB. Grayscale: #323232. Windows color (decimal): -9495292 or 269679. OLE color: 269679.

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

Color convert

RGB111294-
CMYK00.740.960.56
HSL14.02º93.04%22.55%-
HSV(B)14.02º96.4%43.53%-
XYZ7.024.270.57-
YUV50.67101.67171.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 77.08%
GREEN value IS 29 (11.72% from 255) = 20.14%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=77.08%
G=20.14%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11129400.740.960.5614.0293.0422.55
Hex6F1D404A6038e5d17
Octal1573540112140701613527
Binary1101111111011000100101011000001110001110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,29,4); }

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

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

 a { background-color: rgb(111,29,4); }

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

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

 span { border-color: rgb(111,29,4); }

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