#746E58

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

Shades of Peat #746E58

Tints of Peat #746E58

Color information

#746E58 (or 0x746E58) is unknown color: approx Peat. HEX triplet: 74, 6E and 58. RGB value is (116,110,88). Sum of RGB (Red+Green+Blue) = 116+110+88=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #746E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E58 is #8B91A7. Grayscale: #6D6D6D. Windows color (decimal): -9146792 or 5795444. OLE color: 5795444.

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

Color convert

RGB11611088-
CMYK00.050.240.55
HSL47.14º13.73%40%-
HSV(B)47.14º24.14%45.49%-
XYZ14.5415.5711.47-
YUV109.29115.99132.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 88 (34.77% from 255) = 28.03%
R=36.94%
G=35.03%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161108800.050.240.5547.1413.7340
Hex746E580518372fe28
Octal164156130053067571650
Binary1110100110111010110000101110001101111011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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