#743106

Color #743106 Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #743106

Tints of Peru Tan #743106

Color information

#743106 (or 0x743106) is unknown color: approx Peru Tan. HEX triplet: 74, 31 and 06. RGB value is (116,49,6). Sum of RGB (Red+Green+Blue) = 116+49+6=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #743106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #743106 is #8BCEF9. Grayscale: #404040. Windows color (decimal): -9162490 or 405876. OLE color: 405876.

HSL color Cylindrical-coordinate representation of color #743106: hue angle of 23.45º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #743106 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB116496-
CMYK00.580.950.55
HSL23.45º90.16%23.92%-
HSV(B)23.45º94.83%45.49%-
XYZ8.335.920.88-
YUV64.1395.2165-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.84%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=67.84%
G=28.65%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11649600.580.950.5523.4590.1623.92
Hex7431603A5F37175a18
Octal164616072137672713230
Binary11101001100011100111010101111111011110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743106; }

 p { color: rgb(116,49,6); }

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

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

 a { background-color: rgb(116,49,6); }

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

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

 span { border-color: rgb(116,49,6); }

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