Html Css Color HEX #911806 Falu Red

📋 copy color: '#911806'

red 145 ◦ green 24 ◦ blue 6

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

Shades of Falu Red #911806

Tints of Falu Red #911806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.71%

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

R = 82.86%
G = 13.71%
B = 3.43%

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

#911806 (or 0x911806) is known color: Falu Red. HEX triplet: 91, 18 and 06. RGB value is (145,24,6). Sum of RGB (Red+Green+Blue) = 145+24+6=175 (23% of max value = 765). Red value is 145 (57.03% from 255 or 82.86% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 145 - color contains mainly: red. Hex color #911806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911806 is #6EE7F9. Grayscale: #3A3A3A. Windows color (decimal): -7268346 or 399505. OLE color: 399505.

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

Color convert

RGB 145 24 6 -
CMYK 0 0.83 0.96 0.43
HSL 7.77º 0.92% 0.3% -
HSV(B) 7.77º 0.96% 0.57% -
XYZ 12.04 6.69 0.83 -
YUV 58.13 98.59 189.96 -
System Red Green Blue C M Y K H S L
Decimal 145 24 6 0 0.83 0.96 0.43 7.77 0.92 0.3
Hex 91 18 6 0 53 60 2B 8 5C 1E
Octal 221 30 6 0 123 140 53 10 134 36
Binary 10010001 11000 110 0 1010011 1100000 101011 1000 1011100 11110

Color Harmonies of #911806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911806

Black with #911806

Text Example


Text Example

White with #911806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911806; }

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

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

background-color css

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

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

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

border-color css

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

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

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