#736C5A

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

Shades of Peat #736C5A

Tints of Peat #736C5A

Color information

#736C5A (or 0x736C5A) is unknown color: approx Peat. HEX triplet: 73, 6C and 5A. RGB value is (115,108,90). Sum of RGB (Red+Green+Blue) = 115+108+90=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #736C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C5A is #8C93A5. Grayscale: #6C6C6C. Windows color (decimal): -9212838 or 5926003. OLE color: 5926003.

HSL color Cylindrical-coordinate representation of color #736C5A: hue angle of 43.2º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #736C5A is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB11510890-
CMYK00.060.220.55
HSL43.2º12.2%40.2%-
HSV(B)43.2º21.74%45.1%-
XYZ14.2815.1111.84-
YUV108.04117.82132.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 90 (35.55% from 255) = 28.75%
R=36.74%
G=34.50%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151089000.060.220.5543.212.240.2
Hex736C5A0616372bc28
Octal163154132062667531450
Binary1110011110110010110100110101101101111010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,108,90); }

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

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

 a { background-color: rgb(115,108,90); }

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

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

 span { border-color: rgb(115,108,90); }

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