#736F62

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

Shades of Flint #736F62

Tints of Flint #736F62

Color information

#736F62 (or 0x736F62) is unknown color: approx Flint. HEX triplet: 73, 6F and 62. RGB value is (115,111,98). Sum of RGB (Red+Green+Blue) = 115+111+98=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #736F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F62 is #8C909D. Grayscale: #6E6E6E. Windows color (decimal): -9212062 or 6451059. OLE color: 6451059.

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

Color convert

RGB11511198-
CMYK00.030.150.55
HSL45.88º7.98%41.76%-
HSV(B)45.88º14.78%45.1%-
XYZ14.9615.913.83-
YUV110.71120.83131.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 111 (43.75% from 255) = 34.26%
BLUE value IS 98 (38.67% from 255) = 30.25%
R=35.49%
G=34.26%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151119800.030.150.5545.887.9841.76
Hex736F6203F372e82a
Octal163157142031767561052
Binary11100111101111110001001111111101111011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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