#6F1710

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

Shades of Falu Red #6F1710

Tints of Falu Red #6F1710

Color information

#6F1710 (or 0x6F1710) is unknown color: approx Falu Red. HEX triplet: 6F, 17 and 10. RGB value is (111,23,16). Sum of RGB (Red+Green+Blue) = 111+23+16=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1710 is #90E8EF. Grayscale: #303030. Windows color (decimal): -9496816 or 1054575. OLE color: 1054575.

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

Color convert

RGB1112316-
CMYK00.790.860.56
HSL4.42º74.8%24.9%-
HSV(B)4.42º85.59%43.53%-
XYZ6.964.030.9-
YUV48.51109.65172.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 74%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=74%
G=15.33%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111231600.790.860.564.4274.824.9
Hex6F171004F563844b19
Octal1572720011712670411331
Binary11011111011110000010011111010110111000100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,23,16); }

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

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

 a { background-color: rgb(111,23,16); }

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

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

 span { border-color: rgb(111,23,16); }

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