#771606

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

Shades of Falu Red #771606

Tints of Falu Red #771606

Color information

#771606 (or 0x771606) is unknown color: approx Falu Red. HEX triplet: 77, 16 and 06. RGB value is (119,22,6). Sum of RGB (Red+Green+Blue) = 119+22+6=147 (19% of max value = 765). Red value is 119 (46.88% from 255 or 80.95% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 6 (2.73% from 255 or 4.08% from 147); Max value from RGB is 119 - color contains mainly: red. Hex color #771606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771606 is #88E9F9. Grayscale: #313131. Windows color (decimal): -8972794 or 398967. OLE color: 398967.

HSL color Cylindrical-coordinate representation of color #771606: hue angle of 8.5º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #771606 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB119226-
CMYK00.820.950.53
HSL8.5º90.4%24.51%-
HSV(B)8.5º94.96%46.67%-
XYZ7.934.510.62-
YUV49.18103.64177.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 80.95%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 6 (2.73% from 255) = 4.08%
R=80.95%
G=14.97%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11922600.820.950.538.590.424.51
Hex771660525F3585a19
Octal1672660122137651013231
Binary1110111101101100101001010111111101011000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771606; }

 p { color: rgb(119,22,6); }

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

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

 a { background-color: rgb(119,22,6); }

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

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

 span { border-color: rgb(119,22,6); }

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