#762106

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

Shades of Falu Red #762106

Tints of Falu Red #762106

Color information

#762106 (or 0x762106) is unknown color: approx Falu Red. HEX triplet: 76, 21 and 06. RGB value is (118,33,6). Sum of RGB (Red+Green+Blue) = 118+33+6=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #762106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762106 is #89DEF9. Grayscale: #373737. Windows color (decimal): -9035514 or 401782. OLE color: 401782.

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

Color convert

RGB118336-
CMYK00.720.950.54
HSL14.46º90.32%24.31%-
HSV(B)14.46º94.92%46.27%-
XYZ8.054.950.7-
YUV55.34100.16172.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.16%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=75.16%
G=21.02%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11833600.720.950.5414.4690.3224.31
Hex762160485F36e5a18
Octal1664160110137661613230
Binary11101101000011100100100010111111101101110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762106; }

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

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

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

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

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

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

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

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