Html Css Color HEX #892406 Falu Red

📋 copy color: '#892406'

red 137 ◦ green 36 ◦ blue 6

#892406
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #892406

Tints of Falu Red #892406

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 value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#892406 (or 0x892406) is known color: 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

RGB 137 36 6 -
CMYK 0 0.74 0.96 0.46
HSL 13.74º 0.92% 0.28% -
HSV(B) 13.74º 0.96% 0.54% -
XYZ 10.98 6.59 0.87 -
YUV 62.78 95.96 180.94 -
System Red Green Blue C M Y K H S L
Decimal 137 36 6 0 0.74 0.96 0.46 13.74 0.92 0.28
Hex 89 24 6 0 4A 60 2E E 5C 1C
Octal 211 44 6 0 112 140 56 16 134 34
Binary 10001001 100100 110 0 1001010 1100000 101110 1110 1011100 11100

Color Harmonies of #892406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892406

Black with #892406

Text Example


Text Example

White with #892406

Text Example


Text Example

HTML Codes & Css Web 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>