#961709

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

Shades of Falu Red #961709

Tints of Falu Red #961709

Color information

#961709 (or 0x961709) is unknown color: approx Falu Red. HEX triplet: 96, 17 and 09. RGB value is (150,23,9). Sum of RGB (Red+Green+Blue) = 150+23+9=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #961709 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961709 is #69E8F6. Grayscale: #3B3B3B. Windows color (decimal): -6940919 or 595862. OLE color: 595862.

HSL color Cylindrical-coordinate representation of color #961709: hue angle of 5.96º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #961709 is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB150239-
CMYK00.850.940.41
HSL5.96º88.68%31.18%-
HSV(B)5.96º94%58.82%-
XYZ12.937.120.95-
YUV59.3899.58192.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 82.42%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 9 (3.91% from 255) = 4.95%
R=82.42%
G=12.64%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15023900.850.940.415.9688.6831.18
Hex961790555E296591f
Octal2262711012513651613137
Binary10010110101111001010101011011110101001110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961709; }

 p { color: rgb(150,23,9); }

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

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

 a { background-color: rgb(150,23,9); }

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

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

 span { border-color: rgb(150,23,9); }

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