#6F1F17

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

Shades of Falu Red #6F1F17

Tints of Falu Red #6F1F17

Color information

#6F1F17 (or 0x6F1F17) is unknown color: approx Falu Red. HEX triplet: 6F, 1F and 17. RGB value is (111,31,23). Sum of RGB (Red+Green+Blue) = 111+31+23=165 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.27% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1F17 is #90E0E8. Grayscale: #363636. Windows color (decimal): -9494761 or 1515375. OLE color: 1515375.

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

Color convert

RGB1113123-
CMYK00.720.790.56
HSL5.45º65.67%26.27%-
HSV(B)5.45º79.28%43.53%-
XYZ7.24.421.28-
YUV54.01110.5168.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.27%
GREEN value IS 31 (12.5% from 255) = 18.79%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=67.27%
G=18.79%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111312300.720.790.565.4565.6726.27
Hex6F1F170484F385421a
Octal1573727011011770510232
Binary11011111111110111010010001001111111000101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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