#912306

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

Shades of Falu Red #912306

Tints of Falu Red #912306

Color information

#912306 (or 0x912306) is unknown color: approx Falu Red. HEX triplet: 91, 23 and 06. RGB value is (145,35,6). Sum of RGB (Red+Green+Blue) = 145+35+6=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #912306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912306 is #6EDCF9. Grayscale: #404040. Windows color (decimal): -7265530 or 402321. OLE color: 402321.

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

Color convert

RGB145356-
CMYK00.760.960.43
HSL12.52º92.05%29.61%-
HSV(B)12.52º95.86%56.86%-
XYZ12.317.230.92-
YUV64.5894.94185.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 77.96%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 6 (2.73% from 255) = 3.23%
R=77.96%
G=18.82%
B=3.23%

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
Decimal14535600.760.960.4312.5292.0529.61
Hex9123604C602Bd5c1e
Octal2214360114140531513436
Binary100100011000111100100110011000001010111101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912306; }

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

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

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

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

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

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

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

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