Html Css Color HEX #911E06 Falu Red

📋 copy color: '#911E06'

red 145 ◦ green 30 ◦ blue 6

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

Shades of Falu Red #911E06

Tints of Falu Red #911E06

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.57%

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

R = 80.11%
G = 16.57%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#911E06 (or 0x911E06) is known color: Falu Red. HEX triplet: 91, 1E and 06. RGB value is (145,30,6). Sum of RGB (Red+Green+Blue) = 145+30+6=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 6 (2.73% from 255 or 3.31% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #911E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #911E06 is #6EE1F9. Grayscale: #3D3D3D. Windows color (decimal): -7266810 or 401041. OLE color: 401041.

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

Color convert

RGB 145 30 6 -
CMYK 0 0.79 0.96 0.43
HSL 10.36º 0.92% 0.3% -
HSV(B) 10.36º 0.96% 0.57% -
XYZ 12.17 6.96 0.87 -
YUV 61.65 96.6 187.45 -
System Red Green Blue C M Y K H S L
Decimal 145 30 6 0 0.79 0.96 0.43 10.36 0.92 0.3
Hex 91 1E 6 0 4F 60 2B A 5C 1E
Octal 221 36 6 0 117 140 53 12 134 36
Binary 10010001 11110 110 0 1001111 1100000 101011 1010 1011100 11110

Color Harmonies of #911E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911E06

Black with #911E06

Text Example


Text Example

White with #911E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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