Html Css Color HEX #902406 Falu Red

📋 copy color: '#902406'

red 144 ◦ green 36 ◦ blue 6

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

Shades of Falu Red #902406

Tints of Falu Red #902406

RGB

 RED value IS 144 (56.64% from 255) = 77.42%

 GREEN value IS 36 (14.45% from 255) = 19.35%

 BLUE value IS 6 (2.73% from 255) = 3.23%

R = 77.42%
G = 19.35%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#902406 (or 0x902406) is known color: Falu Red. HEX triplet: 90, 24 and 06. RGB value is (144,36,6). Sum of RGB (Red+Green+Blue) = 144+36+6=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #902406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902406 is #6FDBF9. Grayscale: #414141. Windows color (decimal): -7330810 or 402576. OLE color: 402576.

HSL color Cylindrical-coordinate representation of color #902406: hue angle of 13.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #902406 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 36 6 -
CMYK 0 0.75 0.96 0.44
HSL 13.04º 0.92% 0.29% -
HSV(B) 13.04º 0.96% 0.56% -
XYZ 12.17 7.2 0.92 -
YUV 64.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 144 36 6 0 0.75 0.96 0.44 13.04 0.92 0.29
Hex 90 24 6 0 4B 60 2C D 5C 1D
Octal 220 44 6 0 113 140 54 15 134 35
Binary 10010000 100100 110 0 1001011 1100000 101100 1101 1011100 11101

Color Harmonies of #902406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902406

Black with #902406

Text Example


Text Example

White with #902406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902406; }

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

 H1.HeaderClassName
 {
   color: #902406;
 }
 .AnyTagClassName
 {
   color: #902406;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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