Html Css Color HEX #911906 Falu Red

📋 copy color: '#911906'

red 145 ◦ green 25 ◦ blue 6

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

Shades of Falu Red #911906

Tints of Falu Red #911906

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

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

R = 82.39%
G = 14.2%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#911906 (or 0x911906) is known color: Falu Red. HEX triplet: 91, 19 and 06. RGB value is (145,25,6). Sum of RGB (Red+Green+Blue) = 145+25+6=176 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.39% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 145 - color contains mainly: red. Hex color #911906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911906 is #6EE6F9. Grayscale: #3A3A3A. Windows color (decimal): -7268090 or 399761. OLE color: 399761.

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

Color convert

RGB 145 25 6 -
CMYK 0 0.83 0.96 0.43
HSL 8.2º 0.92% 0.3% -
HSV(B) 8.2º 0.96% 0.57% -
XYZ 12.06 6.73 0.84 -
YUV 58.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 145 25 6 0 0.83 0.96 0.43 8.2 0.92 0.3
Hex 91 19 6 0 53 60 2B 8 5C 1E
Octal 221 31 6 0 123 140 53 10 134 36
Binary 10010001 11001 110 0 1010011 1100000 101011 1000 1011100 11110

Color Harmonies of #911906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911906

Black with #911906

Text Example


Text Example

White with #911906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911906; }

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

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

background-color css

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

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

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

border-color css

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

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

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