Html Css Color HEX #912206 Falu Red

📋 copy color: '#912206'

red 145 ◦ green 34 ◦ blue 6

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

Shades of Falu Red #912206

Tints of Falu Red #912206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

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

R = 78.38%
G = 18.38%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.43

RGB Variations

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

Color information

#912206 (or 0x912206) is known color: Falu Red. HEX triplet: 91, 22 and 06. RGB value is (145,34,6). Sum of RGB (Red+Green+Blue) = 145+34+6=185 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.38% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 145 - color contains mainly: red. Hex color #912206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912206 is #6EDDF9. Grayscale: #404040. Windows color (decimal): -7265786 or 402065. OLE color: 402065.

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

Color convert

RGB 145 34 6 -
CMYK 0 0.77 0.96 0.43
HSL 12.09º 0.92% 0.3% -
HSV(B) 12.09º 0.96% 0.57% -
XYZ 12.28 7.18 0.91 -
YUV 64 95.27 185.78 -
System Red Green Blue C M Y K H S L
Decimal 145 34 6 0 0.77 0.96 0.43 12.09 0.92 0.3
Hex 91 22 6 0 4D 60 2B C 5C 1E
Octal 221 42 6 0 115 140 53 14 134 36
Binary 10010001 100010 110 0 1001101 1100000 101011 1100 1011100 11110

Color Harmonies of #912206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912206

Black with #912206

Text Example


Text Example

White with #912206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912206; }

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

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

background-color css

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

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

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

border-color css

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

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

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