#961A06

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

Shades of Falu Red #961A06

Tints of Falu Red #961A06

Color information

#961A06 (or 0x961A06) is unknown color: approx Falu Red. HEX triplet: 96, 1A and 06. RGB value is (150,26,6). Sum of RGB (Red+Green+Blue) = 150+26+6=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #961A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961A06 is #69E5F9. Grayscale: #3D3D3D. Windows color (decimal): -6940154 or 400022. OLE color: 400022.

HSL color Cylindrical-coordinate representation of color #961A06: hue angle of 8.33º 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 #961A06 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB150266-
CMYK00.830.960.41
HSL8.33º92.31%30.59%-
HSV(B)8.33º96%58.82%-
XYZ12.987.240.88-
YUV60.897.08191.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 82.42%
GREEN value IS 26 (10.55% from 255) = 14.29%
BLUE value IS 6 (2.73% from 255) = 3.30%
R=82.42%
G=14.29%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15026600.830.960.418.3392.3130.59
Hex961A6053602985c1f
Octal2263260123140511013437
Binary10010110110101100101001111000001010011000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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