#736E62

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

Shades of Flint #736E62

Tints of Flint #736E62

Color information

#736E62 (or 0x736E62) is unknown color: approx Flint. HEX triplet: 73, 6E and 62. RGB value is (115,110,98). Sum of RGB (Red+Green+Blue) = 115+110+98=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #736E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E62 is #8C919D. Grayscale: #6E6E6E. Windows color (decimal): -9212318 or 6450803. OLE color: 6450803.

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

Color convert

RGB11511098-
CMYK00.040.150.55
HSL42.35º7.98%41.76%-
HSV(B)42.35º14.78%45.1%-
XYZ14.8515.6813.8-
YUV110.13121.16131.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 98 (38.67% from 255) = 30.34%
R=35.60%
G=34.06%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151109800.040.150.5542.357.9841.76
Hex736E6204F372a82a
Octal163156142041767521052
Binary111001111011101100010010011111101111010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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