#921806

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

Shades of Falu Red #921806

Tints of Falu Red #921806

Color information

#921806 (or 0x921806) is unknown color: approx Falu Red. HEX triplet: 92, 18 and 06. RGB value is (146,24,6). Sum of RGB (Red+Green+Blue) = 146+24+6=176 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.95% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 146 - color contains mainly: red. Hex color #921806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921806 is #6DE7F9. Grayscale: #3A3A3A. Windows color (decimal): -7202810 or 399506. OLE color: 399506.

HSL color Cylindrical-coordinate representation of color #921806: hue angle of 7.71º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #921806 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB146246-
CMYK00.840.960.43
HSL7.71º92.11%29.8%-
HSV(B)7.71º95.89%57.25%-
XYZ12.216.780.84-
YUV58.4398.42190.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.95%
GREEN value IS 24 (9.77% from 255) = 13.64%
BLUE value IS 6 (2.73% from 255) = 3.41%
R=82.95%
G=13.64%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14624600.840.960.437.7192.1129.8
Hex92186054602B85c1e
Octal2223060124140531013436
Binary10010010110001100101010011000001010111000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921806; }

 p { color: rgb(146,24,6); }

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

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

 a { background-color: rgb(146,24,6); }

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

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

 span { border-color: rgb(146,24,6); }

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