#6F1D01

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

Shades of Falu Red #6F1D01

Tints of Falu Red #6F1D01

Color information

#6F1D01 (or 0x6F1D01) is unknown color: approx Falu Red. HEX triplet: 6F, 1D and 01. RGB value is (111,29,1). Sum of RGB (Red+Green+Blue) = 111+29+1=141 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.72% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1D01 is #90E2FE. Grayscale: #323232. Windows color (decimal): -9495295 or 73071. OLE color: 73071.

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

Color convert

RGB111291-
CMYK00.740.990.56
HSL15.27º98.21%21.96%-
HSV(B)15.27º99.1%43.53%-
XYZ74.260.48-
YUV50.33100.17171.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 78.72%
GREEN value IS 29 (11.72% from 255) = 20.57%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=78.72%
G=20.57%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11129100.740.990.5615.2798.2121.96
Hex6F1D104A6338f6216
Octal1573510112143701714226
Binary11011111110110100101011000111110001111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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