Html Css Color HEX #912406 Falu Red

📋 copy color: '#912406'

red 145 ◦ green 36 ◦ blue 6

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

Shades of Falu Red #912406

Tints of Falu Red #912406

RGB

 RED value IS 145 (57.03% from 255) = 77.54%

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

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

R = 77.54%
G = 19.25%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#912406 (or 0x912406) is known color: Falu Red. HEX triplet: 91, 24 and 06. RGB value is (145,36,6). Sum of RGB (Red+Green+Blue) = 145+36+6=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #912406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912406 is #6EDBF9. Grayscale: #414141. Windows color (decimal): -7265274 or 402577. OLE color: 402577.

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

Color convert

RGB 145 36 6 -
CMYK 0 0.75 0.96 0.43
HSL 12.95º 0.92% 0.3% -
HSV(B) 12.95º 0.96% 0.57% -
XYZ 12.34 7.29 0.93 -
YUV 65.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 145 36 6 0 0.75 0.96 0.43 12.95 0.92 0.3
Hex 91 24 6 0 4B 60 2B D 5C 1E
Octal 221 44 6 0 113 140 53 15 134 36
Binary 10010001 100100 110 0 1001011 1100000 101011 1101 1011100 11110

Color Harmonies of #912406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912406

Black with #912406

Text Example


Text Example

White with #912406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912406; }

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

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

background-color css

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

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

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

border-color css

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

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

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