#6F220A

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

Shades of Falu Red #6F220A

Tints of Falu Red #6F220A

Color information

#6F220A (or 0x6F220A) is unknown color: approx Falu Red. HEX triplet: 6F, 22 and 0A. RGB value is (111,34,10). Sum of RGB (Red+Green+Blue) = 111+34+10=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F220A is #90DDF5. Grayscale: #363636. Windows color (decimal): -9494006 or 664175. OLE color: 664175.

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

Color convert

RGB1113410-
CMYK00.690.910.56
HSL14.26º83.47%23.73%-
HSV(B)14.26º90.99%43.53%-
XYZ7.184.550.79-
YUV54.29103.01168.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 71.61%
GREEN value IS 34 (13.67% from 255) = 21.94%
BLUE value IS 10 (4.30% from 255) = 6.45%
R=71.61%
G=21.94%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111341000.690.910.5614.2683.4723.73
Hex6F22A0455B38e5318
Octal15742120105133701612330
Binary110111110001010100100010110110111110001110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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