#6F2109

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

Shades of Falu Red #6F2109

Tints of Falu Red #6F2109

Color information

#6F2109 (or 0x6F2109) is unknown color: approx Falu Red. HEX triplet: 6F, 21 and 09. RGB value is (111,33,9). Sum of RGB (Red+Green+Blue) = 111+33+9=153 (20% of max value = 765). Red value is 111 (43.75% from 255 or 72.55% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F2109 is #90DEF6. Grayscale: #353535. Windows color (decimal): -9494263 or 598383. OLE color: 598383.

HSL color Cylindrical-coordinate representation of color #6F2109: hue angle of 14.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F2109 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB111339-
CMYK00.700.920.56
HSL14.12º85%23.53%-
HSV(B)14.12º91.89%43.53%-
XYZ7.154.490.75-
YUV53.59102.84168.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 72.55%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 9 (3.91% from 255) = 5.88%
R=72.55%
G=21.57%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11133900.700.920.5614.128523.53
Hex6F2190465C38e5518
Octal15741110106134701612530
Binary110111110000110010100011010111001110001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,33,9); }

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

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

 a { background-color: rgb(111,33,9); }

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

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

 span { border-color: rgb(111,33,9); }

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