#60736F

Color #60736F William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #60736F

Tints of William #60736F

Color information

#60736F (or 0x60736F) is unknown color: approx William. HEX triplet: 60, 73 and 6F. RGB value is (96,115,111). Sum of RGB (Red+Green+Blue) = 96+115+111=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 115 - color contains mainly: green. Hex color #60736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60736F is #9F8C90. Grayscale: #6C6C6C. Windows color (decimal): -10456209 or 7304032. OLE color: 7304032.

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

Color convert

RGB96115111-
CMYK0.1700.030.55
HSL167.37º9%41.37%-
HSV(B)167.37º16.52%45.1%-
XYZ13.8215.917.38-
YUV108.86129.21118.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=29.81%
G=35.71%
B=34.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961151110.1700.030.55167.37941.37
Hex60736F110337a7929
Octal1401631572103672471151
Binary11000001110011110111110001011110111101001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60736F; }

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

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

<style>
 a { background-color: #60736F; }

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

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

<style>
 span { border-color: #60736F; }

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

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