#736E54

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

Shades of Peat #736E54

Tints of Peat #736E54

Color information

#736E54 (or 0x736E54) is unknown color: approx Peat. HEX triplet: 73, 6E and 54. RGB value is (115,110,84). Sum of RGB (Red+Green+Blue) = 115+110+84=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #736E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E54 is #8C91AB. Grayscale: #6C6C6C. Windows color (decimal): -9212332 or 5533299. OLE color: 5533299.

HSL color Cylindrical-coordinate representation of color #736E54: hue angle of 50.32º degrees, saturation: 0.16, 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 #736E54 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB11511084-
CMYK00.040.270.55
HSL50.32º15.58%39.02%-
HSV(B)50.32º26.96%45.1%-
XYZ14.2515.4410.62-
YUV108.53114.16132.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 84 (33.20% from 255) = 27.18%
R=37.22%
G=35.60%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151108400.040.270.5550.3215.5839.02
Hex736E54041B37321027
Octal163156124043367622047
Binary11100111101110101010001001101111011111001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736E54; }

 p { color: rgb(115,110,84); }

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

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

 a { background-color: rgb(115,110,84); }

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

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

 span { border-color: rgb(115,110,84); }

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