#751606

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

Shades of Falu Red #751606

Tints of Falu Red #751606

Color information

#751606 (or 0x751606) is unknown color: approx Falu Red. HEX triplet: 75, 16 and 06. RGB value is (117,22,6). Sum of RGB (Red+Green+Blue) = 117+22+6=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #751606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751606 is #8AE9F9. Grayscale: #303030. Windows color (decimal): -9103866 or 398965. OLE color: 398965.

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

Color convert

RGB117226-
CMYK00.810.950.54
HSL8.65º90.24%24.12%-
HSV(B)8.65º94.87%45.88%-
XYZ7.664.370.61-
YUV48.58103.97176.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.69%
GREEN value IS 22 (8.98% from 255) = 15.17%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=80.69%
G=15.17%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11722600.810.950.548.6590.2424.12
Hex751660515F3695a18
Octal1652660121137661113230
Binary1110101101101100101000110111111101101001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751606; }

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

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

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

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

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

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

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

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