#746D55

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

Shades of Peat #746D55

Tints of Peat #746D55

Color information

#746D55 (or 0x746D55) is unknown color: approx Peat. HEX triplet: 74, 6D and 55. RGB value is (116,109,85). Sum of RGB (Red+Green+Blue) = 116+109+85=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #746D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D55 is #8B92AA. Grayscale: #6C6C6C. Windows color (decimal): -9147051 or 5598580. OLE color: 5598580.

HSL color Cylindrical-coordinate representation of color #746D55: hue angle of 46.45º 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 #746D55 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB11610985-
CMYK00.060.270.55
HSL46.45º15.42%39.41%-
HSV(B)46.45º26.72%45.49%-
XYZ14.3115.3110.79-
YUV108.36114.82133.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 85 (33.59% from 255) = 27.42%
R=37.42%
G=35.16%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161098500.060.270.5546.4515.4239.41
Hex746D55061B372ef27
Octal164155125063367561747
Binary1110100110110110101010110110111101111011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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