#6F1A0D

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

Shades of Falu Red #6F1A0D

Tints of Falu Red #6F1A0D

Color information

#6F1A0D (or 0x6F1A0D) is unknown color: approx Falu Red. HEX triplet: 6F, 1A and 0D. RGB value is (111,26,13). Sum of RGB (Red+Green+Blue) = 111+26+13=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1A0D is #90E5F2. Grayscale: #323232. Windows color (decimal): -9496051 or 858735. OLE color: 858735.

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

Color convert

RGB1112613-
CMYK00.770.880.56
HSL7.96º79.03%24.31%-
HSV(B)7.96º88.29%43.53%-
XYZ74.150.81-
YUV49.93107.16171.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 74%
GREEN value IS 26 (10.55% from 255) = 17.33%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=74%
G=17.33%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111261300.770.880.567.9679.0324.31
Hex6F1AD04D583884f18
Octal15732150115130701011730
Binary11011111101011010100110110110001110001000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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