#60716E

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

Shades of William #60716E

Tints of William #60716E

Color information

#60716E (or 0x60716E) is unknown color: approx William. HEX triplet: 60, 71 and 6E. RGB value is (96,113,110). Sum of RGB (Red+Green+Blue) = 96+113+110=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #60716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60716E is #9F8E91. Grayscale: #6B6B6B. Windows color (decimal): -10456722 or 7237984. OLE color: 7237984.

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

Color convert

RGB96113110-
CMYK0.1500.030.56
HSL169.41º8.13%40.98%-
HSV(B)169.41º15.04%44.31%-
XYZ13.5415.4217.01-
YUV107.58129.37119.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=30.09%
G=35.42%
B=34.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961131100.1500.030.56169.418.1340.98
Hex60716EF0338a9829
Octal1401611561703702511051
Binary1100000111000111011101111011111000101010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60716E; }

 p { color: rgb(96,113,110); }

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

<style>
 a { background-color: #60716E; }

 a { background-color: rgb(96,113,110); }

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

<style>
 span { border-color: #60716E; }

 span { border-color: rgb(96,113,110); }

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