#746E55

Color #746E55 Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #746E55

Tints of Peat #746E55

Color information

#746E55 (or 0x746E55) is unknown color: approx Peat. HEX triplet: 74, 6E and 55. RGB value is (116,110,85). Sum of RGB (Red+Green+Blue) = 116+110+85=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #746E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E55 is #8B91AA. Grayscale: #6D6D6D. Windows color (decimal): -9146795 or 5598836. OLE color: 5598836.

HSL color Cylindrical-coordinate representation of color #746E55: hue angle of 48.39º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #746E55 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB11611085-
CMYK00.050.270.55
HSL48.39º15.42%39.41%-
HSV(B)48.39º26.72%45.49%-
XYZ14.4215.5210.83-
YUV108.94114.49133.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=37.30%
G=35.37%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161108500.050.270.5548.3915.4239.41
Hex746E55051B3730f27
Octal164156125053367601747
Binary1110100110111010101010101110111101111100001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746E55; }

 p { color: rgb(116,110,85); }

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

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

 a { background-color: rgb(116,110,85); }

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

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

 span { border-color: rgb(116,110,85); }

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