#761F06

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

Shades of Falu Red #761F06

Tints of Falu Red #761F06

Color information

#761F06 (or 0x761F06) is unknown color: approx Falu Red. HEX triplet: 76, 1F and 06. RGB value is (118,31,6). Sum of RGB (Red+Green+Blue) = 118+31+6=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #761F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761F06 is #89E0F9. Grayscale: #363636. Windows color (decimal): -9036026 or 401270. OLE color: 401270.

HSL color Cylindrical-coordinate representation of color #761F06: hue angle of 13.39º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #761F06 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB118316-
CMYK00.740.950.54
HSL13.39º90.32%24.31%-
HSV(B)13.39º94.92%46.27%-
XYZ7.994.840.69-
YUV54.16100.82173.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.13%
GREEN value IS 31 (12.5% from 255) = 20%
BLUE value IS 6 (2.73% from 255) = 3.87%
R=76.13%
G=20%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11831600.740.950.5413.3990.3224.31
Hex761F604A5F36d5a18
Octal1663760112137661513230
Binary1110110111111100100101010111111101101101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761F06; }

 p { color: rgb(118,31,6); }

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

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

 a { background-color: rgb(118,31,6); }

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

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

 span { border-color: rgb(118,31,6); }

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