#6F180A

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

Shades of Falu Red #6F180A

Tints of Falu Red #6F180A

Color information

#6F180A (or 0x6F180A) is unknown color: approx Falu Red. HEX triplet: 6F, 18 and 0A. RGB value is (111,24,10). Sum of RGB (Red+Green+Blue) = 111+24+10=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F180A is #90E7F5. Grayscale: #303030. Windows color (decimal): -9496566 or 661615. OLE color: 661615.

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

Color convert

RGB1112410-
CMYK00.780.910.56
HSL8.32º83.47%23.73%-
HSV(B)8.32º90.99%43.53%-
XYZ6.944.050.7-
YUV48.42106.32172.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 76.55%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=76.55%
G=16.55%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111241000.780.910.568.3283.4723.73
Hex6F18A04E5B3885318
Octal15730120116133701012330
Binary11011111100010100100111010110111110001000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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