#736F5D

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

Shades of Flint #736F5D

Tints of Flint #736F5D

Color information

#736F5D (or 0x736F5D) is unknown color: approx Flint. HEX triplet: 73, 6F and 5D. RGB value is (115,111,93). Sum of RGB (Red+Green+Blue) = 115+111+93=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #736F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F5D is #8C90A2. Grayscale: #6E6E6E. Windows color (decimal): -9212067 or 6123379. OLE color: 6123379.

HSL color Cylindrical-coordinate representation of color #736F5D: hue angle of 49.09º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #736F5D is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB11511193-
CMYK00.030.190.55
HSL49.09º10.58%40.78%-
HSV(B)49.09º19.13%45.1%-
XYZ14.7315.812.63-
YUV110.14118.33131.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.05%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=36.05%
G=34.80%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151119300.030.190.5549.0910.5840.78
Hex736F5D03133731b29
Octal163157135032367611351
Binary111001111011111011101011100111101111100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,111,93); }

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

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

 a { background-color: rgb(115,111,93); }

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

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

 span { border-color: rgb(115,111,93); }

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