#762506

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

Shades of Falu Red #762506

Tints of Falu Red #762506

Color information

#762506 (or 0x762506) is unknown color: approx Falu Red. HEX triplet: 76, 25 and 06. RGB value is (118,37,6). Sum of RGB (Red+Green+Blue) = 118+37+6=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #762506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762506 is #89DAF9. Grayscale: #393939. Windows color (decimal): -9034490 or 402806. OLE color: 402806.

HSL color Cylindrical-coordinate representation of color #762506: hue angle of 16.61º 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 #762506 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB118376-
CMYK00.690.950.54
HSL16.61º90.32%24.31%-
HSV(B)16.61º94.92%46.27%-
XYZ8.175.190.74-
YUV57.6898.84171.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.29%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 6 (2.73% from 255) = 3.73%
R=73.29%
G=22.98%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11837600.690.950.5416.6190.3224.31
Hex762560455F36115a18
Octal1664560105137662113230
Binary111011010010111001000101101111111011010001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762506; }

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

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

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

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

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

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

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

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