#6F190A

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

Shades of Falu Red #6F190A

Tints of Falu Red #6F190A

Color information

#6F190A (or 0x6F190A) is unknown color: approx Falu Red. HEX triplet: 6F, 19 and 0A. RGB value is (111,25,10). Sum of RGB (Red+Green+Blue) = 111+25+10=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F190A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F190A is #90E6F5. Grayscale: #313131. Windows color (decimal): -9496310 or 661871. OLE color: 661871.

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

Color convert

RGB1112510-
CMYK00.770.910.56
HSL8.91º83.47%23.73%-
HSV(B)8.91º90.99%43.53%-
XYZ6.964.10.71-
YUV49105.99172.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 76.03%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=76.03%
G=17.12%
B=6.85%

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
Decimal111251000.770.910.568.9183.4723.73
Hex6F19A04D5B3895318
Octal15731120115133701112330
Binary11011111100110100100110110110111110001001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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