#922306

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

Shades of Falu Red #922306

Tints of Falu Red #922306

Color information

#922306 (or 0x922306) is unknown color: approx Falu Red. HEX triplet: 92, 23 and 06. RGB value is (146,35,6). Sum of RGB (Red+Green+Blue) = 146+35+6=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #922306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922306 is #6DDCF9. Grayscale: #414141. Windows color (decimal): -7199994 or 402322. OLE color: 402322.

HSL color Cylindrical-coordinate representation of color #922306: hue angle of 12.43º 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 #922306 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB146356-
CMYK00.760.960.43
HSL12.43º92.11%29.8%-
HSV(B)12.43º95.89%57.25%-
XYZ12.497.330.93-
YUV64.8894.77185.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.07%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 6 (2.73% from 255) = 3.21%
R=78.07%
G=18.72%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14635600.760.960.4312.4392.1129.8
Hex9223604C602Bc5c1e
Octal2224360114140531413436
Binary100100101000111100100110011000001010111100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922306; }

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

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

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

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

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

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

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

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