#736B56

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

Shades of Peat #736B56

Tints of Peat #736B56

Color information

#736B56 (or 0x736B56) is unknown color: approx Peat. HEX triplet: 73, 6B and 56. RGB value is (115,107,86). Sum of RGB (Red+Green+Blue) = 115+107+86=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #736B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B56 is #8C94A9. Grayscale: #6B6B6B. Windows color (decimal): -9213098 or 5663603. OLE color: 5663603.

HSL color Cylindrical-coordinate representation of color #736B56: hue angle of 43.45º 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 #736B56 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB11510786-
CMYK00.070.250.55
HSL43.45º14.43%39.41%-
HSV(B)43.45º25.22%45.1%-
XYZ14.0114.8310.93-
YUV107116.15133.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=37.34%
G=34.74%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151078600.070.250.5543.4514.4339.41
Hex736B560719372be27
Octal163153126073167531647
Binary1110011110101110101100111110011101111010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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