#6F1A0A

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

Shades of Falu Red #6F1A0A

Tints of Falu Red #6F1A0A

Color information

#6F1A0A (or 0x6F1A0A) is unknown color: approx Falu Red. HEX triplet: 6F, 1A and 0A. RGB value is (111,26,10). Sum of RGB (Red+Green+Blue) = 111+26+10=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1A0A is #90E5F5. Grayscale: #313131. Windows color (decimal): -9496054 or 662127. OLE color: 662127.

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

Color convert

RGB1112610-
CMYK00.770.910.56
HSL9.5º83.47%23.73%-
HSV(B)9.5º90.99%43.53%-
XYZ6.984.140.72-
YUV49.59105.66171.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 75.51%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=75.51%
G=17.69%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111261000.770.910.569.583.4723.73
Hex6F1AA04D5B38a5318
Octal15732120115133701212330
Binary11011111101010100100110110110111110001010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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