#6F1817

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

Shades of Falu Red #6F1817

Tints of Falu Red #6F1817

Color information

#6F1817 (or 0x6F1817) is unknown color: approx Falu Red. HEX triplet: 6F, 18 and 17. RGB value is (111,24,23). Sum of RGB (Red+Green+Blue) = 111+24+23=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1817 is #90E7E8. Grayscale: #313131. Windows color (decimal): -9496553 or 1513583. OLE color: 1513583.

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

Color convert

RGB1112423-
CMYK00.780.790.56
HSL0.68º65.67%26.27%-
HSV(B)0.68º79.28%43.53%-
XYZ7.044.091.23-
YUV49.9112.82171.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 70.25%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 23 (9.38% from 255) = 14.56%
R=70.25%
G=15.19%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111242300.780.790.560.6865.6726.27
Hex6F181704E4F381421a
Octal1573027011611770110232
Binary110111111000101110100111010011111110001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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