#60746E

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

Shades of Cutty Sark #60746E

Tints of Cutty Sark #60746E

Color information

#60746E (or 0x60746E) is unknown color: approx Cutty Sark. HEX triplet: 60, 74 and 6E. RGB value is (96,116,110). Sum of RGB (Red+Green+Blue) = 96+116+110=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #60746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60746E is #9F8B91. Grayscale: #6D6D6D. Windows color (decimal): -10455954 or 7238752. OLE color: 7238752.

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

Color convert

RGB96116110-
CMYK0.1700.050.55
HSL162º9.43%41.57%-
HSV(B)162º17.24%45.49%-
XYZ13.8816.117.13-
YUV109.34128.37118.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=29.81%
G=36.02%
B=34.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961161100.1700.050.551629.4341.57
Hex60746E110537a292a
Octal1401641562105672421152
Binary110000011101001101110100010101110111101000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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