#892406

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

Shades of Falu Red #892406

Tints of Falu Red #892406

Color information

#892406 (or 0x892406) is unknown color: approx Falu Red. HEX triplet: 89, 24 and 06. RGB value is (137,36,6). Sum of RGB (Red+Green+Blue) = 137+36+6=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #892406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892406 is #76DBF9. Grayscale: #3F3F3F. Windows color (decimal): -7789562 or 402569. OLE color: 402569.

HSL color Cylindrical-coordinate representation of color #892406: hue angle of 13.74º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #892406 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB137366-
CMYK00.740.960.46
HSL13.74º91.61%28.04%-
HSV(B)13.74º95.62%53.73%-
XYZ10.986.590.87-
YUV62.7895.96180.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.54%
GREEN value IS 36 (14.45% from 255) = 20.11%
BLUE value IS 6 (2.73% from 255) = 3.35%
R=76.54%
G=20.11%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13736600.740.960.4613.7491.6128.04
Hex8924604A602Ee5c1c
Octal2114460112140561613434
Binary100010011001001100100101011000001011101110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892406; }

 p { color: rgb(137,36,6); }

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

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

 a { background-color: rgb(137,36,6); }

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

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

 span { border-color: rgb(137,36,6); }

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