#736C56

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

Shades of Peat #736C56

Tints of Peat #736C56

Color information

#736C56 (or 0x736C56) is unknown color: approx Peat. HEX triplet: 73, 6C and 56. RGB value is (115,108,86). Sum of RGB (Red+Green+Blue) = 115+108+86=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #736C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C56 is #8C93A9. Grayscale: #6B6B6B. Windows color (decimal): -9212842 or 5663859. OLE color: 5663859.

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

Color convert

RGB11510886-
CMYK00.060.250.55
HSL45.52º14.43%39.41%-
HSV(B)45.52º25.22%45.1%-
XYZ14.1115.0410.96-
YUV107.58115.82133.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=37.22%
G=34.95%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151088600.060.250.5545.5214.4339.41
Hex736C560619372ee27
Octal163154126063167561647
Binary1110011110110010101100110110011101111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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