#951C06

Color #951C06 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #951C06

Tints of Falu Red #951C06

Color information

#951C06 (or 0x951C06) is unknown color: approx Falu Red. HEX triplet: 95, 1C and 06. RGB value is (149,28,6). Sum of RGB (Red+Green+Blue) = 149+28+6=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #951C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C06 is #6AE3F9. Grayscale: #3D3D3D. Windows color (decimal): -7005178 or 400533. OLE color: 400533.

HSL color Cylindrical-coordinate representation of color #951C06: hue angle of 9.23º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #951C06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB149286-
CMYK00.810.960.42
HSL9.23º92.26%30.39%-
HSV(B)9.23º95.97%58.43%-
XYZ12.847.230.89-
YUV61.6796.59190.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 81.42%
GREEN value IS 28 (11.33% from 255) = 15.30%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=81.42%
G=15.30%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14928600.810.960.429.2392.2630.39
Hex951C6051602A95c1e
Octal2253460121140521113436
Binary10010101111001100101000111000001010101001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951C06; }

 p { color: rgb(149,28,6); }

 H1.HeaderClassName
 {
   color: #951C06;
 }
 .AnyTagClassName
 {
   color: #951C06;
 }
</style>
background-color css

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

 a { background-color: rgb(149,28,6); }

 div.DivClassName
 {
   background-color: #951C06;
 }
 .BgClassName
 {
   background-color: #951C06;
 }
</style>
border-color css

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

 span { border-color: rgb(149,28,6); }

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