#6F1E0D

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

Shades of Falu Red #6F1E0D

Tints of Falu Red #6F1E0D

Color information

#6F1E0D (or 0x6F1E0D) is unknown color: approx Falu Red. HEX triplet: 6F, 1E and 0D. RGB value is (111,30,13). Sum of RGB (Red+Green+Blue) = 111+30+13=154 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.08% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1E0D is #90E1F2. Grayscale: #343434. Windows color (decimal): -9495027 or 859759. OLE color: 859759.

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

Color convert

RGB1113013-
CMYK00.730.880.56
HSL10.41º79.03%24.31%-
HSV(B)10.41º88.29%43.53%-
XYZ7.094.340.84-
YUV52.28105.84169.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.08%
GREEN value IS 30 (12.11% from 255) = 19.48%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=72.08%
G=19.48%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111301300.730.880.5610.4179.0324.31
Hex6F1ED0495838a4f18
Octal15736150111130701211730
Binary11011111111011010100100110110001110001010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,30,13); }

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

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

 a { background-color: rgb(111,30,13); }

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

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

 span { border-color: rgb(111,30,13); }

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