#60706C

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

Shades of William #60706C

Tints of William #60706C

Color information

#60706C (or 0x60706C) is unknown color: approx William. HEX triplet: 60, 70 and 6C. RGB value is (96,112,108). Sum of RGB (Red+Green+Blue) = 96+112+108=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #60706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60706C is #9F8F93. Grayscale: #6A6A6A. Windows color (decimal): -10456980 or 7106656. OLE color: 7106656.

HSL color Cylindrical-coordinate representation of color #60706C: hue angle of 165º 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 #60706C is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB96112108-
CMYK0.1400.040.56
HSL165º7.69%40.78%-
HSV(B)165º14.29%43.92%-
XYZ13.3215.1616.41-
YUV106.76128.7120.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=30.38%
G=35.44%
B=34.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961121080.1400.040.561657.6940.78
Hex60706CE0438a5829
Octal1401601541604702451051
Binary11000001110000110110011100100111000101001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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