#736B51

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

Shades of Peat #736B51

Tints of Peat #736B51

Color information

#736B51 (or 0x736B51) is unknown color: approx Peat. HEX triplet: 73, 6B and 51. RGB value is (115,107,81). Sum of RGB (Red+Green+Blue) = 115+107+81=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #736B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B51 is #8C94AE. Grayscale: #6A6A6A. Windows color (decimal): -9213103 or 5335923. OLE color: 5335923.

HSL color Cylindrical-coordinate representation of color #736B51: hue angle of 45.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736B51 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11510781-
CMYK00.070.300.55
HSL45.88º17.35%38.43%-
HSV(B)45.88º29.57%45.1%-
XYZ13.8114.759.9-
YUV106.43113.65134.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 107 (42.19% from 255) = 35.31%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=37.95%
G=35.31%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151078100.070.300.5545.8817.3538.43
Hex736B51071E372e1126
Octal163153121073667562146
Binary11100111101011101000101111111011011110111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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