#762406

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

Shades of Falu Red #762406

Tints of Falu Red #762406

Color information

#762406 (or 0x762406) is unknown color: approx Falu Red. HEX triplet: 76, 24 and 06. RGB value is (118,36,6). Sum of RGB (Red+Green+Blue) = 118+36+6=160 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.75% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 118 - color contains mainly: red. Hex color #762406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762406 is #89DBF9. Grayscale: #393939. Windows color (decimal): -9034746 or 402550. OLE color: 402550.

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

Color convert

RGB118366-
CMYK00.690.950.54
HSL16.07º90.32%24.31%-
HSV(B)16.07º94.92%46.27%-
XYZ8.135.130.73-
YUV57.199.17171.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 73.75%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 6 (2.73% from 255) = 3.75%
R=73.75%
G=22.5%
B=3.75%

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
Decimal11836600.690.950.5416.0790.3224.31
Hex762460455F36105a18
Octal1664460105137662013230
Binary111011010010011001000101101111111011010000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762406; }

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

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

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

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

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

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

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

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