#921C06

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

Shades of Falu Red #921C06

Tints of Falu Red #921C06

Color information

#921C06 (or 0x921C06) is unknown color: approx Falu Red. HEX triplet: 92, 1C and 06. RGB value is (146,28,6). Sum of RGB (Red+Green+Blue) = 146+28+6=180 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.11% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 146 - color contains mainly: red. Hex color #921C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921C06 is #6DE3F9. Grayscale: #3C3C3C. Windows color (decimal): -7201786 or 400530. OLE color: 400530.

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

Color convert

RGB146286-
CMYK00.810.960.43
HSL9.43º92.11%29.8%-
HSV(B)9.43º95.89%57.25%-
XYZ12.36.950.87-
YUV60.7797.09188.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 81.11%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 6 (2.73% from 255) = 3.33%
R=81.11%
G=15.56%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14628600.810.960.439.4392.1129.8
Hex921C6051602B95c1e
Octal2223460121140531113436
Binary10010010111001100101000111000001010111001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921C06; }

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

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

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

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

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

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

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

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