#60706D

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

Shades of William #60706D

Tints of William #60706D

Color information

#60706D (or 0x60706D) is unknown color: approx William. HEX triplet: 60, 70 and 6D. RGB value is (96,112,109). Sum of RGB (Red+Green+Blue) = 96+112+109=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #60706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60706D is #9F8F92. Grayscale: #6A6A6A. Windows color (decimal): -10456979 or 7172192. OLE color: 7172192.

HSL color Cylindrical-coordinate representation of color #60706D: hue angle of 168.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #60706D is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB96112109-
CMYK0.1400.030.56
HSL168.75º7.69%40.78%-
HSV(B)168.75º14.29%43.92%-
XYZ13.3815.1816.69-
YUV106.87129.2120.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.28%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=30.28%
G=35.33%
B=34.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961121090.1400.030.56168.757.6940.78
Hex60706DE0338a9829
Octal1401601551603702511051
Binary1100000111000011011011110011111000101010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60706D; }

 p { color: rgb(96,112,109); }

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

<style>
 a { background-color: #60706D; }

 a { background-color: rgb(96,112,109); }

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

<style>
 span { border-color: #60706D; }

 span { border-color: rgb(96,112,109); }

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