#736E5B

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

Shades of Flint #736E5B

Tints of Flint #736E5B

Color information

#736E5B (or 0x736E5B) is unknown color: approx Flint. HEX triplet: 73, 6E and 5B. RGB value is (115,110,91). Sum of RGB (Red+Green+Blue) = 115+110+91=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E5B is #8C91A4. Grayscale: #6D6D6D. Windows color (decimal): -9212325 or 5992051. OLE color: 5992051.

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

Color convert

RGB11511091-
CMYK00.040.210.55
HSL47.5º11.65%40.39%-
HSV(B)47.5º20.87%45.1%-
XYZ14.5315.5512.13-
YUV109.33117.66132.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=36.39%
G=34.81%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151109100.040.210.5547.511.6540.39
Hex736E5B04153730c28
Octal163156133042567601450
Binary1110011110111010110110100101011101111100001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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