#961D06

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

Shades of Falu Red #961D06

Tints of Falu Red #961D06

Color information

#961D06 (or 0x961D06) is unknown color: approx Falu Red. HEX triplet: 96, 1D and 06. RGB value is (150,29,6). Sum of RGB (Red+Green+Blue) = 150+29+6=185 (24% of max value = 765). Red value is 150 (58.98% from 255 or 81.08% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 150 - color contains mainly: red. Hex color #961D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961D06 is #69E2F9. Grayscale: #3E3E3E. Windows color (decimal): -6939386 or 400790. OLE color: 400790.

HSL color Cylindrical-coordinate representation of color #961D06: hue angle of 9.58º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #961D06 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB150296-
CMYK00.810.960.41
HSL9.58º92.31%30.59%-
HSV(B)9.58º96%58.82%-
XYZ13.057.380.91-
YUV62.5696.09190.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 81.08%
GREEN value IS 29 (11.72% from 255) = 15.68%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=81.08%
G=15.68%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15029600.810.960.419.5892.3130.59
Hex961D60516029a5c1f
Octal2263560121140511213437
Binary10010110111011100101000111000001010011010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961D06; }

 p { color: rgb(150,29,6); }

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

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

 a { background-color: rgb(150,29,6); }

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

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

 span { border-color: rgb(150,29,6); }

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